|
||||||||||
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.beans.metadata.plugins.AbstractDemandMetaData.DemandDependencyItem
public class AbstractDemandMetaData.DemandDependencyItem
Information about a demand dependency.
Field Summary |
---|
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
log |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, toString |
Constructor Summary | |
---|---|
AbstractDemandMetaData.DemandDependencyItem(Object name)
Create a new demand dependecy |
Method Summary | |
---|---|
protected Object |
getDemandObject()
Get the demand or matcher if set. |
boolean |
resolve(Controller controller)
Try to resolve |
String |
toHumanReadableString()
Return a human readable version of the dependency |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
void |
unresolved()
|
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, setIDependOn, setResolved, toHumanReadableString, 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 AbstractDemandMetaData.DemandDependencyItem(Object name)
name
- my nameMethod Detail |
---|
protected Object getDemandObject()
public boolean resolve(Controller controller)
DependencyItem
resolve
in interface DependencyItem
resolve
in class AbstractDependencyItem
controller
- the controller
public void unresolved()
unresolved
in class AbstractDependencyItem
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class AbstractDependencyItem
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class AbstractDependencyItem
public String toHumanReadableString()
DependencyItem
toHumanReadableString
in interface DependencyItem
toHumanReadableString
in class AbstractDependencyItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |