|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunState | |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.factory |
Uses of RunState in org.jboss.managed.api |
---|
Methods in org.jboss.managed.api that return RunState | |
---|---|
RunState |
ManagedComponent.getRunState()
Get the component run state |
RunState |
RunStateMapper.getRunState(ManagedProperty property,
MetaValue value)
Map from the given property meta value to a RunState |
static RunState |
RunState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RunState[] |
RunState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.managed.api with parameters of type RunState | |
---|---|
void |
MutableManagedComponent.setRunState(RunState runState)
Set the component runtime state |
Uses of RunState in org.jboss.managed.plugins |
---|
Methods in org.jboss.managed.plugins that return RunState | |
---|---|
RunState |
ManagedComponentImpl.getRunState()
|
RunState |
ManagedComponentImpl.updateRunState()
Update the cached run state |
Methods in org.jboss.managed.plugins with parameters of type RunState | |
---|---|
void |
ManagedComponentImpl.setRunState(RunState runState)
|
Uses of RunState in org.jboss.managed.plugins.factory |
---|
Methods in org.jboss.managed.plugins.factory that return RunState | |
---|---|
RunState |
StringRunStateMapper.getRunState(ManagedProperty property,
MetaValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |