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

Packages that use ScopeInfo
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 ScopeInfo in org.jboss.dependency.plugins
 

Classes in org.jboss.dependency.plugins that implement ScopeInfo
 class AbstractScopeInfo
          AbstractScopeInfo.
 

Methods in org.jboss.dependency.plugins that return ScopeInfo
 ScopeInfo AbstractControllerContext.getScopeInfo()
           
 

Methods in org.jboss.dependency.plugins with parameters of type ScopeInfo
 void AbstractControllerContext.setScopeInfo(ScopeInfo scopeInfo)
          Set the scopeInfo.
 

Uses of ScopeInfo in org.jboss.dependency.spi
 

Methods in org.jboss.dependency.spi that return ScopeInfo
 ScopeInfo ControllerContext.getScopeInfo()
          Get the scope information
 

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

Classes in org.jboss.dependency.spi.helpers that implement ScopeInfo
 class UnmodifiableScopeInfo
          UnmodifiableScopeInfo.
 

Methods in org.jboss.dependency.spi.helpers that return ScopeInfo
 ScopeInfo UnmodifiableControllerContext.getScopeInfo()
           
 

Constructors in org.jboss.dependency.spi.helpers with parameters of type ScopeInfo
UnmodifiableScopeInfo(ScopeInfo delegate)
          Create a new UnmodifiableScopeInfo.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.