|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.dependency.plugins.AbstractDependencyItem
org.jboss.dependency.plugins.graph.SearchDependencyItem
public class SearchDependencyItem
Search dependency item.
Field Summary |
---|
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
log |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, toString |
Constructor Summary | |
---|---|
SearchDependencyItem(Object name,
Object iDependOn,
ControllerState whenRequired,
ControllerState dependentState,
SearchInfo search)
|
Method Summary | |
---|---|
protected ControllerContext |
getControllerContext(Controller controller,
Object name,
ControllerState state)
Get controller context. |
boolean |
resolve(Controller controller)
Try to resolve |
protected void |
toHumanReadableString(StringBuilder builder)
Add info to builder. |
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, setIDependOn, setResolved, toHumanReadableString, toShortString, toString, unresolved, unresolved |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SearchDependencyItem(Object name, Object iDependOn, ControllerState whenRequired, ControllerState dependentState, SearchInfo search)
Method Detail |
---|
protected ControllerContext getControllerContext(Controller controller, Object name, ControllerState state)
controller
- the controllername
- the namestate
- the state
public boolean resolve(Controller controller)
DependencyItem
resolve
in interface DependencyItem
resolve
in class AbstractDependencyItem
controller
- the controller
protected void toHumanReadableString(StringBuilder builder)
AbstractDependencyItem
toHumanReadableString
in class AbstractDependencyItem
builder
- the string builder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |