|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Information about a context.
| Method Summary | |
Controller |
getController()
Get the controller |
DependencyInfo |
getDependencyInfo()
Get the dependency information |
Throwable |
getError()
Get the error |
ControllerMode |
getMode()
Get the mode |
Object |
getName()
Get the name |
ControllerState |
getRequiredState()
Get the required state |
ControllerState |
getState()
Get the state |
Object |
getTarget()
Get any target |
void |
install(ControllerState fromState,
ControllerState toState)
Install |
void |
setController(Controller controller)
Set the controller |
void |
setError(Throwable error)
Set the error |
void |
setMode(ControllerMode mode)
Set the mode |
void |
setRequiredState(ControllerState state)
Set the required state |
void |
uninstall(ControllerState fromState,
ControllerState toState)
Uninstall |
| Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
| Method Detail |
public Object getName()
public DependencyInfo getDependencyInfo()
public Object getTarget()
public Controller getController()
public void setController(Controller controller)
controller - the controller
public void install(ControllerState fromState,
ControllerState toState)
throws Throwable
fromState - the old statetoState - the new state
Throwable - for any error
public void uninstall(ControllerState fromState,
ControllerState toState)
fromState - the old statetoState - the new statepublic ControllerState getState()
public ControllerState getRequiredState()
public void setRequiredState(ControllerState state)
state - the required statepublic ControllerMode getMode()
public void setMode(ControllerMode mode)
mode - the modepublic Throwable getError()
public void setError(Throwable error)
error - the error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||