|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface RunStateProperty
An annotation one can use on a ManagedProperty to indicate that the property provides RunState value information. The metaValues, enumValues attributes can be used to pass information to the RunStateMapper class ctor. If both metaValues, enumValues are non-zero arrays, a ctor(String[] metaValues, String[] enumValues) is used to instantiate the RunStateMapper. Otherwise, the default ctor will be used.
Required Element Summary | |
---|---|
Class<? extends RunStateMapper> |
value
The class to use for the RunStateMapper implementation |
Optional Element Summary | |
---|---|
String[] |
enumValues
|
String[] |
metaValues
Optional meta value strings for the |
Element Detail |
---|
public abstract Class<? extends RunStateMapper> value
public abstract String[] metaValues
public abstract String[] enumValues
|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |