org.jboss.kernel.plugins.annotations.wb
Class WBInjectionDependencyItem

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.annotations.wb.WBInjectionDependencyItem
All Implemented Interfaces:
Cloneable, DependencyItem, org.jboss.util.JBossInterface

public class WBInjectionDependencyItem
extends ClassDependencyItem

Web beans injection dependency item.

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
WBInjectionDependencyItem(Object name, ControllerState whenRequired, Class<?> type, Annotation[] annotations)
           
 
Method Summary
 boolean resolve(Controller controller)
          Try to resolve
 
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, 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

WBInjectionDependencyItem

public WBInjectionDependencyItem(Object name,
                                 ControllerState whenRequired,
                                 Class<?> type,
                                 Annotation[] annotations)
Method Detail

resolve

public boolean resolve(Controller controller)
Description copied from interface: DependencyItem
Try to resolve

Specified by:
resolve in interface DependencyItem
Overrides:
resolve in class AbstractDependencyItem
Parameters:
controller - the controller
Returns:
true for resolved, false otherwise


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