Uses of Interface
org.jboss.dependency.spi.dispatch.AttributeDispatchContext

Packages that use AttributeDispatchContext
org.jboss.dependency.plugins An abstract dependency implementation. 
org.jboss.dependency.spi.dispatch   
 

Uses of AttributeDispatchContext in org.jboss.dependency.plugins
 

Constructors in org.jboss.dependency.plugins with parameters of type AttributeDispatchContext
AttributeCallbackItem(T name, AttributeDispatchContext owner, String attribute)
           
AttributeCallbackItem(T name, ControllerState whenRequired, ControllerState dependentState, AttributeDispatchContext owner, String attribute)
           
 

Uses of AttributeDispatchContext in org.jboss.dependency.spi.dispatch
 

Subinterfaces of AttributeDispatchContext in org.jboss.dependency.spi.dispatch
 interface InvokeDispatchContext
          The API similar to the DynamicMBean API where there are methods to get/set Properties/Attributes and invoke on methods/operations with each context knowing how to do this, e.g.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.