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 org.jboss.dependency.spi.CallbackItem<Class> CallbackCreatorUtil.createCallback(KernelControllerContext context, AttributeInfo ai, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.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 CollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection> parameterClass, Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
          Create collection callback item for parameter class.
 CollectionCallbackItem BasicCollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection> parameterClass, Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
 CollectionCallbackItem CollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection> parameterClass, Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
          Create collection callback item for parameter class.
 CollectionCallbackItem BasicCollectionCallbackItemFactory.createCollectionCallbackItem(Class<? extends Collection> parameterClass, Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
protected  CollectionCallbackItem BasicCollectionCallbackItemFactory.handleAdditionalCollectionClass(Class<? extends Collection> parameterClass, Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.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, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
CollectionCallbackItem(Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner, AttributeInfo attribute)
           
CollectionCreatorCallbackItem(CollectionCreator<T> creator, Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
CollectionCreatorCallbackItem(CollectionCreator<T> creator, Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner, AttributeInfo attribute)
           
ListCallbackItem(Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
ListCallbackItem(Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner, AttributeInfo attribute)
           
QueueCallbackItem(Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
QueueCallbackItem(Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner, AttributeInfo attribute)
           
SetCallbackItem(Class name, org.jboss.dependency.spi.ControllerState whenRequired, org.jboss.dependency.spi.ControllerState dependentState, org.jboss.dependency.spi.Cardinality cardinality, org.jboss.dependency.spi.dispatch.InvokeDispatchContext context, AttributeInfo attribute)
           
SetCallbackItem(Class name, org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner, AttributeInfo attribute)
           
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.