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. 
 

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.
 

Uses of DependencyInfo in org.jboss.dependency.spi
 

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



Copyright © 2004 JBoss Inc. All Rights Reserved.