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   
 

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)
           
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.