|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerContext | |
---|---|
org.jboss.dependency.plugins | An abstract dependency implementation. |
org.jboss.dependency.plugins.spi.action | Definition of action plugins. |
org.jboss.dependency.spi | Classes used to define dependency plugins. |
org.jboss.kernel.plugins.dependency | Kernel plugins, an abstract dependency implementation. |
org.jboss.kernel.plugins.registry | Kernel plugins, an abstract registry implementation. |
org.jboss.kernel.spi.dependency | Classes used to define dependency plugins. |
org.jboss.kernel.spi.registry | Classes used to define registry plugins. |
Uses of ControllerContext in org.jboss.dependency.plugins |
---|
Classes in org.jboss.dependency.plugins that implement ControllerContext | |
---|---|
class |
AbstractControllerContext
A ControllerContext. |
Methods in org.jboss.dependency.plugins that return ControllerContext | |
---|---|
ControllerContext |
AbstractController.getContext(Object name,
ControllerState state)
|
ControllerContext |
AbstractController.getInstalledContext(Object name)
|
ControllerContext |
AbstractController.uninstall(Object name)
|
Methods in org.jboss.dependency.plugins with parameters of type ControllerContext | |
---|---|
protected void |
AbstractDependencyItem.addDependsOnMe(Controller controller,
ControllerContext context)
Register a dependency with another context |
protected boolean |
AbstractController.advance(ControllerContext context)
Whether we should advance the context |
void |
AbstractController.change(ControllerContext context,
ControllerState state)
|
protected void |
AbstractController.change(ControllerContext context,
ControllerState state,
boolean trace)
Change a context's state |
void |
AbstractController.enableOnDemand(ControllerContext context)
|
protected void |
AbstractController.enableOnDemand(ControllerContext context,
boolean trace)
Enable an on demand context |
protected ControllerContextAction |
AbstractControllerContextActions.getAction(ControllerContext context,
ControllerState state)
Get the controller context action |
protected boolean |
AbstractController.incrementState(ControllerContext context,
boolean trace)
Increment state |
void |
AbstractController.install(ControllerContext context)
|
protected void |
AbstractController.install(ControllerContext context,
boolean trace)
Install a context |
protected void |
AbstractController.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Install a context |
void |
AbstractControllerContextActions.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
|
protected void |
AbstractController.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Uninstall a context |
void |
AbstractControllerContextActions.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
|
protected void |
AbstractController.uninstallContext(ControllerContext context,
boolean trace)
Uninstall a context |
protected void |
AbstractController.uninstallContext(ControllerContext context,
ControllerState toState,
boolean trace)
Uninstall a context |
Uses of ControllerContext in org.jboss.dependency.plugins.spi.action |
---|
Methods in org.jboss.dependency.plugins.spi.action with parameters of type ControllerContext | |
---|---|
void |
ControllerContextAction.install(ControllerContext context)
Install a context |
void |
ControllerContextAction.uninstall(ControllerContext context)
Uninstall a context |
Uses of ControllerContext in org.jboss.dependency.spi |
---|
Methods in org.jboss.dependency.spi that return ControllerContext | |
---|---|
ControllerContext |
Controller.getContext(Object name,
ControllerState state)
Get a context |
ControllerContext |
Controller.getInstalledContext(Object name)
Get an installed context |
ControllerContext |
Controller.uninstall(Object name)
Uninstall a context |
Methods in org.jboss.dependency.spi with parameters of type ControllerContext | |
---|---|
void |
Controller.change(ControllerContext context,
ControllerState state)
Change a context to the given state |
void |
Controller.enableOnDemand(ControllerContext context)
Enable an on demand context |
void |
Controller.install(ControllerContext context)
Install a context |
void |
ControllerContextActions.install(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Install a context |
void |
ControllerContextActions.uninstall(ControllerContext context,
ControllerState fromState,
ControllerState toState)
Uninstall a context |
Uses of ControllerContext in org.jboss.kernel.plugins.dependency |
---|
Classes in org.jboss.kernel.plugins.dependency that implement ControllerContext | |
---|---|
class |
AbstractKernelControllerContext
Controller context. |
Methods in org.jboss.kernel.plugins.dependency that return ControllerContext | |
---|---|
ControllerContext |
AbstractKernelController.getContext(Object name,
ControllerState state)
|
Methods in org.jboss.kernel.plugins.dependency with parameters of type ControllerContext | |
---|---|
void |
KernelControllerContextActions.KernelControllerContextAction.install(ControllerContext context)
|
void |
KernelControllerContextActions.KernelControllerContextAction.uninstall(ControllerContext context)
|
Uses of ControllerContext in org.jboss.kernel.plugins.registry |
---|
Classes in org.jboss.kernel.plugins.registry that implement ControllerContext | |
---|---|
class |
AbstractKernelRegistryEntry
Abstract Kernel registry entry. |
Uses of ControllerContext in org.jboss.kernel.spi.dependency |
---|
Subinterfaces of ControllerContext in org.jboss.kernel.spi.dependency | |
---|---|
interface |
KernelControllerContext
Information about dependencies and state. |
Uses of ControllerContext in org.jboss.kernel.spi.registry |
---|
Subinterfaces of ControllerContext in org.jboss.kernel.spi.registry | |
---|---|
interface |
KernelRegistryEntry
A registry entry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |