Uses of Interface
org.jboss.dependency.spi.DependencyInfo

Packages that use DependencyInfo
org.jboss.dependency.plugins An abstract dependency implementation. 
org.jboss.dependency.spi Classes used to define dependency plugins. 
org.jboss.dependency.spi.helpers   
org.jboss.kernel.plugins.annotations   
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
org.jboss.kernel.plugins.registry Kernel plugins, an abstract registry implementation. 
 

Uses of DependencyInfo in org.jboss.dependency.plugins
 

Classes in org.jboss.dependency.plugins that implement DependencyInfo
 class AbstractDependencyInfo
          A DependencyInfo.
 

Methods in org.jboss.dependency.plugins that return DependencyInfo
 DependencyInfo AbstractControllerContext.getDependencyInfo()
           
 

Constructors in org.jboss.dependency.plugins with parameters of type DependencyInfo
AbstractControllerContext(Object name, ControllerContextActions actions, DependencyInfo dependencies)
          Create a new AbstractControllerContext.
AbstractControllerContext(Object name, ControllerContextActions actions, DependencyInfo dependencies, Object target)
          Create a new AbstractControllerContext.
AbstractControllerContext(Object name, Set<Object> aliases, ControllerContextActions actions, DependencyInfo dependencies, Object target)
          Create a new AbstractControllerContext.
 

Uses of DependencyInfo in org.jboss.dependency.spi
 

Methods in org.jboss.dependency.spi that return DependencyInfo
 DependencyInfo ControllerContext.getDependencyInfo()
          Get the dependency information
 

Uses of DependencyInfo in org.jboss.dependency.spi.helpers
 

Classes in org.jboss.dependency.spi.helpers that implement DependencyInfo
 class UnmodifiableDependencyInfo
          Unmodifiable instance.
 

Methods in org.jboss.dependency.spi.helpers that return DependencyInfo
 DependencyInfo UnmodifiableControllerContext.getDependencyInfo()
           
 

Constructors in org.jboss.dependency.spi.helpers with parameters of type DependencyInfo
UnmodifiableDependencyInfo(DependencyInfo delegate)
           
 

Uses of DependencyInfo in org.jboss.kernel.plugins.annotations
 

Methods in org.jboss.kernel.plugins.annotations with parameters of type DependencyInfo
protected  Set<CallbackItem<?>> InstallFieldCallbackAnnotationPlugin.getCallbacks(DependencyInfo dependency)
           
protected abstract  Set<CallbackItem<?>> CallbackAnnotationPlugin.getCallbacks(DependencyInfo dependency)
          Get the callbacks.
protected  Set<CallbackItem<?>> UninstallFieldCallbackAnnotationPlugin.getCallbacks(DependencyInfo dependency)
           
protected  Set<CallbackItem<?>> UninstallCallbackAnnotationPlugin.getCallbacks(DependencyInfo dependency)
           
protected  Set<CallbackItem<?>> InstallCallbackAnnotationPlugin.getCallbacks(DependencyInfo dependency)
           
 

Uses of DependencyInfo in org.jboss.kernel.plugins.dependency
 

Methods in org.jboss.kernel.plugins.dependency that return DependencyInfo
 DependencyInfo AbstractMetaDataVisitor.getDependencyInfo()
           
 

Uses of DependencyInfo in org.jboss.kernel.plugins.registry
 

Methods in org.jboss.kernel.plugins.registry that return DependencyInfo
 DependencyInfo AbstractKernelRegistryEntry.getDependencyInfo()
           
 



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