Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
N
O
R
S
T
U
A
AbstractController
- Class in
org.jboss.dependency.plugins
Abstract controller.
AbstractController()
- Constructor for class org.jboss.dependency.plugins.
AbstractController
Create an abstract controller
AbstractControllerContext
- Class in
org.jboss.dependency.plugins
A ControllerContext.
AbstractControllerContext(Object, ControllerContextActions)
- Constructor for class org.jboss.dependency.plugins.
AbstractControllerContext
Create a new AbstractControllerContext.
AbstractControllerContext(Object, ControllerContextActions, DependencyInfo)
- Constructor for class org.jboss.dependency.plugins.
AbstractControllerContext
Create a new AbstractControllerContext.
AbstractControllerContext(Object, ControllerContextActions, DependencyInfo, Object)
- Constructor for class org.jboss.dependency.plugins.
AbstractControllerContext
Create a new AbstractControllerContext.
AbstractControllerContext(Object, Object)
- Constructor for class org.jboss.dependency.plugins.
AbstractControllerContext
Create a new AbstractControllerContext.
AbstractControllerContextActions
- Class in
org.jboss.dependency.plugins
ControllerContextActions.
AbstractControllerContextActions(Map)
- Constructor for class org.jboss.dependency.plugins.
AbstractControllerContextActions
AbstractDependencyInfo
- Class in
org.jboss.dependency.plugins
A DependencyInfo.
AbstractDependencyInfo()
- Constructor for class org.jboss.dependency.plugins.
AbstractDependencyInfo
Create an abstract dependency info
AbstractDependencyItem
- Class in
org.jboss.dependency.plugins
A DependencyItem.
AbstractDependencyItem()
- Constructor for class org.jboss.dependency.plugins.
AbstractDependencyItem
Create a new dependency item
AbstractDependencyItem(Object, Object, ControllerState, ControllerState)
- Constructor for class org.jboss.dependency.plugins.
AbstractDependencyItem
Create a new dependency item
addDependsOnMe(DependencyItem)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
addDependsOnMe(Controller, ControllerContext)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
Register a dependency with another context
addDependsOnMe(DependencyItem)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Add a dependency reference
addIDependOn(DependencyItem)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
addIDependOn(DependencyItem)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Add a dependency
addState(ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractController
addState(ControllerState, ControllerState)
- Method in interface org.jboss.dependency.spi.
Controller
Add a state.
advance(ControllerContext)
- Method in class org.jboss.dependency.plugins.
AbstractController
Whether we should advance the context
allContexts
- Variable in class org.jboss.dependency.plugins.
AbstractController
All contexts by name Map
AUTOMATIC
- Static variable in class org.jboss.dependency.spi.
ControllerMode
Automatic
C
change(ControllerContext, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractController
change(ControllerContext, ControllerState, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Change a context's state
change(ControllerContext, ControllerState)
- Method in interface org.jboss.dependency.spi.
Controller
Change a context to the given state
CONFIGURED
- Static variable in class org.jboss.dependency.spi.
ControllerState
Configured state
contextsByState
- Variable in class org.jboss.dependency.plugins.
AbstractController
The contexts by state Map
>
Controller
- Interface in
org.jboss.dependency.spi
A controller.
ControllerContext
- Interface in
org.jboss.dependency.spi
Information about a context.
ControllerContextAction
- Interface in
org.jboss.dependency.plugins.spi.action
A controller context action.
ControllerContextActions
- Interface in
org.jboss.dependency.spi
Controller context actions.
ControllerMode
- Class in
org.jboss.dependency.spi
Mode of the context.
ControllerMode(String)
- Constructor for class org.jboss.dependency.spi.
ControllerMode
Create a new mode
ControllerState
- Class in
org.jboss.dependency.spi
Description of state.
ControllerState(String)
- Constructor for class org.jboss.dependency.spi.
ControllerState
Create a new state
CREATE
- Static variable in class org.jboss.dependency.spi.
ControllerState
Create state
D
DependencyInfo
- Interface in
org.jboss.dependency.spi
Information about dependencies.
DependencyItem
- Interface in
org.jboss.dependency.spi
Information about a single dependency.
DESCRIBED
- Static variable in class org.jboss.dependency.spi.
ControllerState
Described state
DISABLED
- Static variable in class org.jboss.dependency.spi.
ControllerMode
Disabled
E
enableOnDemand(ControllerContext)
- Method in class org.jboss.dependency.plugins.
AbstractController
enableOnDemand(ControllerContext, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Enable an on demand context
enableOnDemand(ControllerContext)
- Method in interface org.jboss.dependency.spi.
Controller
Enable an on demand context
equals(Object)
- Method in class org.jboss.dependency.spi.
ControllerMode
equals(Object)
- Method in class org.jboss.dependency.spi.
ControllerState
ERROR
- Static variable in class org.jboss.dependency.spi.
ControllerState
Error
errorContexts
- Variable in class org.jboss.dependency.plugins.
AbstractController
The error contexts Set
G
getAction(ControllerContext, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContextActions
Get the controller context action
getContext(Object, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractController
getContext(Object, ControllerState)
- Method in interface org.jboss.dependency.spi.
Controller
Get a context
getController()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
Get the controller
getController()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the controller
getDependencyInfo()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getDependencyInfo()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the dependency information
getDependentState()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
getDependentState()
- Method in interface org.jboss.dependency.spi.
DependencyItem
Get the dependent's state
getDependsOnMe(Class)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
getDependsOnMe(Class)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Return what depends upon me
getError()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getError()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the error
getHashCode()
- Method in class org.jboss.dependency.spi.
ControllerMode
getHashCode()
- Method in class org.jboss.dependency.spi.
ControllerState
getIDependOn(Class)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
getIDependOn()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
getIDependOn(Class)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Return what we depend upon
getIDependOn()
- Method in interface org.jboss.dependency.spi.
DependencyItem
Get the object name i depend on
getInstalledContext(Object)
- Method in class org.jboss.dependency.plugins.
AbstractController
getInstalledContext(Object)
- Method in interface org.jboss.dependency.spi.
Controller
Get an installed context
getMode()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getMode()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the mode
getModeString()
- Method in class org.jboss.dependency.spi.
ControllerMode
Get the mode string
getName()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getName()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
getName()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the name
getName()
- Method in interface org.jboss.dependency.spi.
DependencyItem
Get my object name
getNotInstalled()
- Method in class org.jboss.dependency.plugins.
AbstractController
getNotInstalled()
- Method in interface org.jboss.dependency.spi.
Controller
Get the contexts not installed
getRequiredState()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getRequiredState()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the required state
getState()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getState()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get the state
getStates()
- Method in class org.jboss.dependency.plugins.
AbstractController
getStates()
- Method in interface org.jboss.dependency.spi.
Controller
Get the states.
getStateString()
- Method in class org.jboss.dependency.spi.
ControllerState
Get the state string
getTarget()
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
getTarget()
- Method in interface org.jboss.dependency.spi.
ControllerContext
Get any target
getUnresolvedDependencies()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
getUnresolvedDependencies()
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Return the unresolved dependencies
getWhenRequired()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
getWhenRequired()
- Method in interface org.jboss.dependency.spi.
DependencyItem
Get when the dependency is required
I
incrementState(ControllerContext, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Increment state
install(ControllerContext)
- Method in class org.jboss.dependency.plugins.
AbstractController
install(ControllerContext, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Install a context
install(ControllerContext, ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractController
Install a context
install(ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
install(ControllerContext, ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContextActions
install(ControllerContext)
- Method in interface org.jboss.dependency.plugins.spi.action.
ControllerContextAction
Install a context
install(ControllerContext)
- Method in interface org.jboss.dependency.spi.
Controller
Install a context
install(ControllerState, ControllerState)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Install
install(ControllerContext, ControllerState, ControllerState)
- Method in interface org.jboss.dependency.spi.
ControllerContextActions
Install a context
INSTALLED
- Static variable in class org.jboss.dependency.spi.
ControllerState
Installed state
installing
- Variable in class org.jboss.dependency.plugins.
AbstractController
The contexts that are currently being installed
INSTANTIATED
- Static variable in class org.jboss.dependency.spi.
ControllerState
Instantiated state
isResolved()
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
isResolved()
- Method in interface org.jboss.dependency.spi.
DependencyItem
Whether we are resolved
M
MANUAL
- Static variable in class org.jboss.dependency.spi.
ControllerMode
Manual
modeString
- Variable in class org.jboss.dependency.spi.
ControllerMode
The mode string
N
NOT_INSTALLED
- Static variable in class org.jboss.dependency.spi.
ControllerState
Not installed state
O
ON_DEMAND
- Static variable in class org.jboss.dependency.spi.
ControllerMode
On demand
onDemandEnabled
- Variable in class org.jboss.dependency.plugins.
AbstractController
Whether an on demand context has been enabled
org.jboss.dependency.plugins
- package org.jboss.dependency.plugins
An abstract dependency implementation.
org.jboss.dependency.plugins.spi.action
- package org.jboss.dependency.plugins.spi.action
Definition of action plugins.
org.jboss.dependency.spi
- package org.jboss.dependency.spi
Classes used to define dependency plugins.
R
removeDependsOnMe(DependencyItem)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
removeDependsOnMe(DependencyItem)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Remove a dependency reference
removeIDependOn(DependencyItem)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
removeIDependOn(DependencyItem)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Remove a dependency
resolve(Controller)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
resolve(Controller)
- Method in interface org.jboss.dependency.spi.
DependencyItem
Try to resolve
resolveContexts(boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Resolve unresolved contexts
resolveContexts(ControllerState, ControllerState, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Resolve contexts
resolveContexts(Set, ControllerState, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Resolve contexts
resolveDependencies(Controller, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
resolveDependencies(Controller, ControllerState)
- Method in interface org.jboss.dependency.spi.
DependencyInfo
Try to resolve dependencies
S
setController(Controller)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
setController(Controller)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Set the controller
setError(Throwable)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
setError(Throwable)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Set the error
setIDependOn(Object)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
Set what I depend upon
setMode(ControllerMode)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
setMode(ControllerMode)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Set the mode
setName(Object)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
Set the name
setRequiredState(ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
setRequiredState(ControllerState)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Set the required state
setResolved(boolean)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
Set the resolved state
setTarget(Object)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
Set the target
START
- Static variable in class org.jboss.dependency.spi.
ControllerState
Start state
states
- Variable in class org.jboss.dependency.plugins.
AbstractController
The states in order List
stateString
- Variable in class org.jboss.dependency.spi.
ControllerState
The state string
T
toShortString(JBossStringBuilder)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
toShortString(JBossStringBuilder)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
toString(JBossStringBuilder)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
toString(JBossStringBuilder)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyInfo
toString(JBossStringBuilder)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
toString(JBossStringBuilder)
- Method in class org.jboss.dependency.spi.
ControllerMode
toString(JBossStringBuilder)
- Method in class org.jboss.dependency.spi.
ControllerState
U
uninstall(Object)
- Method in class org.jboss.dependency.plugins.
AbstractController
uninstall(ControllerContext, ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractController
Uninstall a context
uninstall(ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContext
uninstall(ControllerContext, ControllerState, ControllerState)
- Method in class org.jboss.dependency.plugins.
AbstractControllerContextActions
uninstall(ControllerContext)
- Method in interface org.jboss.dependency.plugins.spi.action.
ControllerContextAction
Uninstall a context
uninstall(Object)
- Method in interface org.jboss.dependency.spi.
Controller
Uninstall a context
uninstall(ControllerState, ControllerState)
- Method in interface org.jboss.dependency.spi.
ControllerContext
Uninstall
uninstall(ControllerContext, ControllerState, ControllerState)
- Method in interface org.jboss.dependency.spi.
ControllerContextActions
Uninstall a context
uninstallContext(ControllerContext, ControllerState, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Uninstall a context
uninstallContext(ControllerContext, boolean)
- Method in class org.jboss.dependency.plugins.
AbstractController
Uninstall a context
unresolved(Controller)
- Method in class org.jboss.dependency.plugins.
AbstractDependencyItem
unresolved(Controller)
- Method in interface org.jboss.dependency.spi.
DependencyItem
Mark the dependency as unresolved
A
C
D
E
G
I
M
N
O
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004 JBoss Inc. All Rights Reserved.