org.jboss.beans.metadata.plugins
Class AbstractDemandMetaData.DemandDependencyItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractDependencyItem
          extended by org.jboss.beans.metadata.plugins.AbstractDemandMetaData.DemandDependencyItem
All Implemented Interfaces:
Cloneable, org.jboss.dependency.spi.DependencyItem, org.jboss.util.JBossInterface
Enclosing class:
AbstractDemandMetaData

public class AbstractDemandMetaData.DemandDependencyItem
extends org.jboss.dependency.plugins.AbstractDependencyItem

Information about a demand dependency.


Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, toString
 
Constructor Summary
AbstractDemandMetaData.DemandDependencyItem(Object name)
          Create a new demand dependecy
 
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)
           
 void unresolved()
           
 
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, setIDependOn, setResolved, 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

AbstractDemandMetaData.DemandDependencyItem

public AbstractDemandMetaData.DemandDependencyItem(Object name)
Create a new demand dependecy

Parameters:
name - my name
Method Detail

resolve

public boolean resolve(org.jboss.dependency.spi.Controller controller)
Specified by:
resolve in interface org.jboss.dependency.spi.DependencyItem
Overrides:
resolve in class org.jboss.dependency.plugins.AbstractDependencyItem

unresolved

public void unresolved()

toString

public void toString(org.jboss.util.JBossStringBuilder buffer)
Overrides:
toString in class org.jboss.dependency.plugins.AbstractDependencyItem

toShortString

public void toShortString(org.jboss.util.JBossStringBuilder buffer)
Specified by:
toShortString in interface org.jboss.util.JBossInterface
Overrides:
toShortString in class org.jboss.dependency.plugins.AbstractDependencyItem

toHumanReadableString

public String toHumanReadableString()
Specified by:
toHumanReadableString in interface org.jboss.dependency.spi.DependencyItem
Overrides:
toHumanReadableString in class org.jboss.dependency.plugins.AbstractDependencyItem


Copyright ? 2007 JBoss Inc.. All Rights Reserved.