org.jboss.beans.metadata.plugins
Class AbstractDependencyValueMetaData.OptionalDependencyItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractDependencyItem
          extended by org.jboss.dependency.plugins.graph.SearchDependencyItem
              extended by org.jboss.beans.metadata.plugins.AbstractDependencyValueMetaData.OptionalDependencyItem
All Implemented Interfaces:
Cloneable, DependencyItem, org.jboss.util.JBossInterface
Enclosing class:
AbstractDependencyValueMetaData

protected class AbstractDependencyValueMetaData.OptionalDependencyItem
extends SearchDependencyItem

Optional depedency 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
AbstractDependencyValueMetaData.OptionalDependencyItem(Object name, Object iDependOn, ControllerState dependentState)
           
 
Method Summary
 
Methods inherited from class org.jboss.dependency.plugins.graph.SearchDependencyItem
getControllerContext, resolve, toHumanReadableString
 
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

AbstractDependencyValueMetaData.OptionalDependencyItem

public AbstractDependencyValueMetaData.OptionalDependencyItem(Object name,
                                                              Object iDependOn,
                                                              ControllerState dependentState)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.