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

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

Constructors in org.jboss.dependency.plugins with parameters of type InvokeDispatchContext
SingleCallbackItem(T name, ControllerState whenRequired, ControllerState dependentState, InvokeDispatchContext owner, String method)
           
SingleCallbackItem(T name, ControllerState whenRequired, ControllerState dependentState, InvokeDispatchContext owner, String method, String signature)
           
SingleCallbackItem(T name, InvokeDispatchContext owner, String method)
           
SingleCallbackItem(T name, InvokeDispatchContext owner, String method, String signature)
           
 

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

Subinterfaces of InvokeDispatchContext in org.jboss.dependency.spi.dispatch
 interface LifecycleDispatchContext
          This context knows how to handle lifecycle invocation.
 

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

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

Methods in org.jboss.kernel.plugins.dependency with parameters of type InvokeDispatchContext
 CollectionCallbackItem<? extends Collection<Object>> CollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection<Object>> parameterClass, Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
          Create collection callback item for parameter class.
 CollectionCallbackItem<? extends Collection<Object>> BasicCollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection<Object>> parameterClass, Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
 CollectionCallbackItem<? extends Collection<Object>> CollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection<Object>> parameterClass, Class<?> name, InvokeDispatchContext context, AttributeInfo attribute)
          Create collection callback item for parameter class.
 CollectionCallbackItem<? extends Collection<Object>> BasicCollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection<Object>> parameterClass, Class<?> name, InvokeDispatchContext context, AttributeInfo attribute)
           
protected  CollectionCallbackItem<? extends Collection<Object>> BasicCollectionCallbackItemFactory.handleAdditionalCollectionClass(Class<? extends Collection<Object>> parameterClass, Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
          Override for additional handling of collection callback item creaton via parameter class.
 

Constructors in org.jboss.kernel.plugins.dependency with parameters of type InvokeDispatchContext
ClassSingleCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext owner, String method)
           
ClassSingleCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext owner, String method, String signature)
           
ClassSingleCallbackItem(Class<?> name, InvokeDispatchContext owner, String method)
           
ClassSingleCallbackItem(Class<?> name, InvokeDispatchContext owner, String method, String signature)
           
CollectionCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
CollectionCallbackItem(Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
           
CollectionCreatorCallbackItem(CollectionCreator<T> creator, Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
CollectionCreatorCallbackItem(CollectionCreator<T> creator, Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
           
ListCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
ListCallbackItem(Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
           
QueueCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
QueueCallbackItem(Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
           
SetCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
SetCallbackItem(Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
           
 

Uses of InvokeDispatchContext in org.jboss.kernel.plugins.dispatch
 

Methods in org.jboss.kernel.plugins.dispatch with parameters of type InvokeDispatchContext
static Object InvokeDispatchHelper.invoke(KernelConfigurator configurator, Object target, InvokeDispatchContext context, String methodName, List<ParameterMetaData> params)
          Invoke context with params from ParameterMetaData list.
 

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

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

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

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

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

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



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