|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dependency.plugins.AbstractControllerContextActions
public class AbstractControllerContextActions
ControllerContextActions.
| Constructor Summary | |
|---|---|
AbstractControllerContextActions(Map<ControllerState,ControllerContextAction> actions)
|
|
| Method Summary | |
|---|---|
protected ControllerContextAction |
getAction(ControllerContext context,
ControllerState state)
Get the controller context action |
void |
install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Install a context |
void |
uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Uninstall a context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractControllerContextActions(Map<ControllerState,ControllerContextAction> actions)
| Method Detail |
|---|
public void install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
throws Throwable
ControllerContextActions
install in interface ControllerContextActionscontext - the contextfromState - the old statetoState - the new state
Throwable - for any error
public void uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
ControllerContextActions
uninstall in interface ControllerContextActionscontext - the contextfromState - the old statetoState - the new state
protected ControllerContextAction getAction(ControllerContext context,
ControllerState state)
context - the contextstate - the state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||