Uses of Interface
org.jboss.kernel.plugins.dependency.AttributeInfo

Packages that use AttributeInfo
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
 

Uses of AttributeInfo in org.jboss.beans.metadata.plugins
 

Methods in org.jboss.beans.metadata.plugins with parameters of type AttributeInfo
static CallbackItem<Class<?>> CallbackCreatorUtil.createCallback(KernelControllerContext context, AttributeInfo ai, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality)
          Create callback item from AttrbuteInfo.
 

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

Classes in org.jboss.kernel.plugins.dependency that implement AttributeInfo
 class AbstractAttributeInfo<T>
          Abstract attribute info.
 class MethodAttributeInfo
          Method attribute info.
 class PropertyAttributeInfo
          Property attribute info.
 

Fields in org.jboss.kernel.plugins.dependency declared as AttributeInfo
protected  AttributeInfo CollectionCallbackItem.attribute
           
 

Methods in org.jboss.kernel.plugins.dependency with parameters of type AttributeInfo
 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 AttributeInfo
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)
           
 



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