|
||||||||||
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.deployment.dependency.ContainerDependencyItem
public class ContainerDependencyItem
Field Summary |
---|
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
log |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, toString |
Constructor Summary | |
---|---|
ContainerDependencyItem(Object containerName,
String componentID,
org.jboss.dependency.spi.ControllerState whenRequired)
Create a dependency on a container. |
Method Summary | |
---|---|
boolean |
resolve(org.jboss.dependency.spi.Controller controller)
|
String |
toHumanReadableString()
|
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem |
---|
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, setIDependOn, setResolved, toHumanReadableString, 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 |
Methods inherited from interface org.jboss.dependency.spi.DependencyItem |
---|
getDependentState, getIDependOn, getName, getWhenRequired, isResolved, unresolved |
Constructor Detail |
---|
public ContainerDependencyItem(Object containerName, String componentID, org.jboss.dependency.spi.ControllerState whenRequired)
containerName
- - the name of the target container the item depends oncomponentID
- - thewhenRequired
- Method Detail |
---|
public boolean resolve(org.jboss.dependency.spi.Controller controller)
resolve
in interface org.jboss.dependency.spi.DependencyItem
resolve
in class org.jboss.dependency.plugins.AbstractDependencyItem
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class org.jboss.dependency.plugins.AbstractDependencyItem
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class org.jboss.dependency.plugins.AbstractDependencyItem
public String toHumanReadableString()
toHumanReadableString
in interface org.jboss.dependency.spi.DependencyItem
toHumanReadableString
in class org.jboss.dependency.plugins.AbstractDependencyItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |