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

Packages that use CollectionCreator
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
 

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

Fields in org.jboss.kernel.plugins.dependency declared as CollectionCreator
protected  CollectionCreator<T> CollectionCreatorCallbackItem.creator
           
static CollectionCreator<List<Object>> CollectionCreator.LIST
           
static CollectionCreator<Queue<Object>> CollectionCreator.QUEUE
           
static CollectionCreator<Set<Object>> CollectionCreator.SET
           
 

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



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