|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionCallbackItem | |
|---|---|
| org.jboss.kernel.plugins.dependency | Kernel plugins, an abstract dependency implementation. |
| Uses of CollectionCallbackItem in org.jboss.kernel.plugins.dependency |
|---|
| Subclasses of CollectionCallbackItem in org.jboss.kernel.plugins.dependency | |
|---|---|
class |
CollectionCreatorCallbackItem<T extends Collection<Object>>
Collection callback item using CollectionCreator. |
class |
ListCallbackItem
List collection callback item. |
class |
QueueCallbackItem
Queue collection callback item. |
class |
SetCallbackItem
Set collection callback item. |
| Methods in org.jboss.kernel.plugins.dependency that return CollectionCallbackItem | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||