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)
|