Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.factory |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableManagedComponent.setRunState(RunState runState)
Set the component runtime state
|
Modifier and Type | Method and Description |
---|---|
RunState |
ManagedComponentImpl.getRunState() |
RunState |
ManagedComponentImpl.updateRunState()
Update the cached run state
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedComponentImpl.setRunState(RunState runState) |
Modifier and Type | Method and Description |
---|---|
RunState |
StringRunStateMapper.getRunState(ManagedProperty property,
MetaValue value) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.