org.jboss.kernel.plugins.dependency
Class SearchClassContextDependencyItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractDependencyItem
          extended by org.jboss.kernel.plugins.dependency.ClassDependencyItem
              extended by org.jboss.kernel.plugins.dependency.SearchClassContextDependencyItem
All Implemented Interfaces:
Cloneable, DependencyItem, org.jboss.util.JBossInterface

public class SearchClassContextDependencyItem
extends ClassDependencyItem

A search Class context dependencyItem.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
log
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, toString
 
Constructor Summary
SearchClassContextDependencyItem(Object name, Class<?> demandClass, ControllerState whenRequired, ControllerState dependentState, SearchInfo search)
           
 
Method Summary
protected  ControllerContext getControllerContext(Controller controller)
          Get controller context.
 
Methods inherited from class org.jboss.kernel.plugins.dependency.ClassDependencyItem
clear, getDemandClass, toHumanReadableString, toShortString, toString
 
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, resolve, 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
 

Constructor Detail

SearchClassContextDependencyItem

public SearchClassContextDependencyItem(Object name,
                                        Class<?> demandClass,
                                        ControllerState whenRequired,
                                        ControllerState dependentState,
                                        SearchInfo search)
Method Detail

getControllerContext

protected ControllerContext getControllerContext(Controller controller)
Get controller context.

Parameters:
controller - the controller
Returns:
controller context


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