org.jboss.system.microcontainer
Class LifecycleDependencyItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractDependencyItem
          extended by org.jboss.system.microcontainer.LifecycleDependencyItem
All Implemented Interfaces:
Cloneable, org.jboss.dependency.spi.DependencyItem, org.jboss.util.JBossInterface

public class LifecycleDependencyItem
extends org.jboss.dependency.plugins.AbstractDependencyItem

A LifecycleDependencyItem.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
log
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, toString
 
Constructor Summary
LifecycleDependencyItem(Object name, Object dependency, org.jboss.dependency.spi.ControllerState state)
          Create a new LifecycleDependencyItem.
 
Method Summary
 
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, resolve, setIDependOn, setResolved, toHumanReadableString, 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

LifecycleDependencyItem

public LifecycleDependencyItem(Object name,
                               Object dependency,
                               org.jboss.dependency.spi.ControllerState state)
Create a new LifecycleDependencyItem.

Parameters:
name - the name
dependency - the dependency
state - the state


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