|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerState | |
org.jboss.dependency.plugins | An abstract dependency implementation. |
org.jboss.dependency.spi | Classes used to define dependency plugins. |
Uses of ControllerState in org.jboss.dependency.plugins |
Methods in org.jboss.dependency.plugins that return ControllerState | |
ControllerState |
AbstractControllerContext.getState()
|
ControllerState |
AbstractControllerContext.getRequiredState()
|
ControllerState |
AbstractDependencyItem.getWhenRequired()
|
ControllerState |
AbstractDependencyItem.getDependentState()
|
Methods in org.jboss.dependency.plugins with parameters of type ControllerState | |
void |
AbstractControllerContext.setRequiredState(ControllerState state)
|
void |
AbstractControllerContext.install(ControllerState fromState,
ControllerState toState)
|
void |
AbstractControllerContext.uninstall(ControllerState fromState,
ControllerState toState)
|
void |
AbstractController.addState(ControllerState state,
ControllerState before)
|
ControllerContext |
AbstractController.getContext(Object name,
ControllerState state)
|
void |
AbstractController.change(ControllerContext context,
ControllerState state)
|
protected void |
AbstractController.change(ControllerContext context,
ControllerState state,
boolean trace)
Change a context's state |
protected boolean |
AbstractController.resolveContexts(ControllerState fromState,
ControllerState toState,
boolean trace)
Resolve contexts |
protected Set |
AbstractController.resolveContexts(Set contexts,
ControllerState state,
boolean trace)
Resolve contexts |
protected void |
AbstractController.uninstallContext(ControllerContext context,
ControllerState toState,
boolean trace)
Uninstall a context |
protected void |
AbstractController.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Install a context |
protected void |
AbstractController.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Uninstall a context |
boolean |
AbstractDependencyInfo.resolveDependencies(Controller controller,
ControllerState state)
|
void |
AbstractControllerContextActions.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
|
void |
AbstractControllerContextActions.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
|
protected ControllerContextAction |
AbstractControllerContextActions.getAction(ControllerContext context,
ControllerState state)
Get the controller context action |
Constructors in org.jboss.dependency.plugins with parameters of type ControllerState | |
AbstractDependencyItem(Object name,
Object iDependOn,
ControllerState whenRequired,
ControllerState dependentState)
Create a new dependency item |
Uses of ControllerState in org.jboss.dependency.spi |
Fields in org.jboss.dependency.spi declared as ControllerState | |
static ControllerState |
ControllerState.ERROR
Error |
static ControllerState |
ControllerState.NOT_INSTALLED
Not installed state |
static ControllerState |
ControllerState.DESCRIBED
Described state |
static ControllerState |
ControllerState.INSTANTIATED
Instantiated state |
static ControllerState |
ControllerState.CONFIGURED
Configured state |
static ControllerState |
ControllerState.CREATE
Create state |
static ControllerState |
ControllerState.START
Start state |
static ControllerState |
ControllerState.INSTALLED
Installed state |
Methods in org.jboss.dependency.spi that return ControllerState | |
ControllerState |
DependencyItem.getWhenRequired()
Get when the dependency is required |
ControllerState |
DependencyItem.getDependentState()
Get the dependent's state |
ControllerState |
ControllerContext.getState()
Get the state |
ControllerState |
ControllerContext.getRequiredState()
Get the required state |
Methods in org.jboss.dependency.spi with parameters of type ControllerState | |
void |
ControllerContextActions.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Install a context |
void |
ControllerContextActions.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Uninstall a context |
void |
Controller.change(ControllerContext context,
ControllerState state)
Change a context to the given state |
ControllerContext |
Controller.getContext(Object name,
ControllerState state)
Get a context |
void |
Controller.addState(ControllerState state,
ControllerState before)
Add a state. |
boolean |
DependencyInfo.resolveDependencies(Controller controller,
ControllerState state)
Try to resolve dependencies |
void |
ControllerContext.install(ControllerState fromState,
ControllerState toState)
Install |
void |
ControllerContext.uninstall(ControllerState fromState,
ControllerState toState)
Uninstall |
void |
ControllerContext.setRequiredState(ControllerState state)
Set the required state |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |