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   
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
org.jboss.kernel.plugins.registry Kernel plugins, an abstract registry implementation. 
org.jboss.kernel.spi.dependency Classes used to define dependency plugins. 
org.jboss.kernel.spi.dependency.helpers   
 

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.
 interface LifecycleDispatchContext
          This context knows how to handle lifecycle invocation.
 

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

Classes in org.jboss.kernel.plugins.dependency that implement AttributeDispatchContext
 class AbstractKernelControllerContext
          Controller context.
 

Constructors in org.jboss.kernel.plugins.dependency with parameters of type AttributeDispatchContext
ClassAttributeCallbackItem(Class<?> name, AttributeDispatchContext owner, String attribute)
           
ClassAttributeCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, AttributeDispatchContext owner, String attribute)
           
 

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

Classes in org.jboss.kernel.plugins.registry that implement AttributeDispatchContext
 class BeanKernelRegistryEntry
          Bean Kernel registry entry.
 

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

Subinterfaces of AttributeDispatchContext in org.jboss.kernel.spi.dependency
 interface KernelControllerContext
          Information about dependencies and state.
 

Uses of AttributeDispatchContext in org.jboss.kernel.spi.dependency.helpers
 

Classes in org.jboss.kernel.spi.dependency.helpers that implement AttributeDispatchContext
 class UnmodifiableKernelControllerContext
          Unmodifiable instance.
 



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