|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractController | |
---|---|
org.jboss.dependency.plugins | An abstract dependency implementation. |
org.jboss.dependency.plugins.graph | |
org.jboss.kernel.plugins.dependency | Kernel plugins, an abstract dependency implementation. |
Uses of AbstractController in org.jboss.dependency.plugins |
---|
Subclasses of AbstractController in org.jboss.dependency.plugins | |
---|---|
class |
ScopedController
Scoped controller. |
Methods in org.jboss.dependency.plugins that return AbstractController | |
---|---|
AbstractController |
AbstractController.getParentController()
Get the parent controller. |
Methods in org.jboss.dependency.plugins that return types with arguments of type AbstractController | |
---|---|
Set<AbstractController> |
AbstractController.getControllers()
Get child controllers. |
Methods in org.jboss.dependency.plugins with parameters of type AbstractController | |
---|---|
boolean |
AbstractController.addController(AbstractController controller)
Add child controller. |
boolean |
AbstractController.removeController(AbstractController controller)
Remove child controller. |
protected void |
AbstractController.setParentController(AbstractController parentController)
Set the parent controller. |
protected void |
ScopedController.setUnderlyingController(AbstractController underlyingController)
|
Uses of AbstractController in org.jboss.dependency.plugins.graph |
---|
Methods in org.jboss.dependency.plugins.graph with parameters of type AbstractController | |
---|---|
protected abstract ControllerContext |
AbstractLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
Get context based on this strategy. |
protected ControllerContext |
TopLevelLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
ParentLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
LocalLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
LeavesFirstLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
ScopeKeyLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
ParentOnlyLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
WidthLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
DepthLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state)
|
protected ControllerContext |
LeavesFirstLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state,
boolean check)
Get context based on this strategy. |
protected ControllerContext |
WidthLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state,
boolean check)
Get context based on this strategy. |
protected ControllerContext |
DepthLookupStrategy.getContextInternal(AbstractController controller,
Object name,
ControllerState state,
boolean check)
Get context based on this strategy. |
protected ControllerContext |
LocalLookupStrategy.getLocalContext(AbstractController controller,
Object name,
ControllerState state)
Get local context. |
Uses of AbstractController in org.jboss.kernel.plugins.dependency |
---|
Subclasses of AbstractController in org.jboss.kernel.plugins.dependency | |
---|---|
class |
AbstractKernelController
Abstract Kernel controller. |
class |
ScopedKernelController
Scoped Kernel controller. |
Methods in org.jboss.kernel.plugins.dependency that return AbstractController | |
---|---|
static AbstractController |
ScopeHierarchyBuilder.buildControllerHierarchy(AbstractKernelController top,
org.jboss.metadata.spi.repository.MutableMetaDataRepository mmdr,
org.jboss.metadata.spi.scope.ScopeKey scopeKey)
Create whole hierarchy. |
Constructors in org.jboss.kernel.plugins.dependency with parameters of type AbstractController | |
---|---|
ScopedKernelController(Kernel parentKernel,
AbstractController parentController,
org.jboss.metadata.spi.scope.ScopeKey scopeKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |