|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.dependency.plugins.AbstractCallbackItem<T>
org.jboss.dependency.plugins.OwnerCallbackItem<Class<?>,InvokeDispatchContext>
org.jboss.kernel.plugins.dependency.CollectionCallbackItem<T>
org.jboss.kernel.plugins.dependency.CollectionCreatorCallbackItem<Queue<Object>>
org.jboss.kernel.plugins.dependency.QueueCallbackItem
public class QueueCallbackItem
Queue collection callback item.
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.dependency.CollectionCreatorCallbackItem |
---|
creator |
Fields inherited from class org.jboss.kernel.plugins.dependency.CollectionCallbackItem |
---|
attribute, cardinality |
Fields inherited from class org.jboss.dependency.plugins.OwnerCallbackItem |
---|
owner |
Fields inherited from class org.jboss.dependency.plugins.AbstractCallbackItem |
---|
attributeName, dependentState, name, whenRequired |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
QueueCallbackItem(Class<?> name,
ControllerState whenRequired,
ControllerState dependentState,
Cardinality cardinality,
InvokeDispatchContext context,
AttributeInfo attribute)
|
|
QueueCallbackItem(Class<?> name,
InvokeDispatchContext owner,
AttributeInfo attribute)
|
Method Summary |
---|
Methods inherited from class org.jboss.kernel.plugins.dependency.CollectionCreatorCallbackItem |
---|
getCollectionParameterHolder |
Methods inherited from class org.jboss.kernel.plugins.dependency.CollectionCallbackItem |
---|
changeCallback, createDependencyItem, execute, fillHolder, ownerCallback, removeUninstallingContext |
Methods inherited from class org.jboss.dependency.plugins.OwnerCallbackItem |
---|
addDependency, toString |
Methods inherited from class org.jboss.dependency.plugins.AbstractCallbackItem |
---|
changeCallback, getAttributeName, getDependentState, getIDependOn, getWhenRequired, toShortString |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueueCallbackItem(Class<?> name, InvokeDispatchContext owner, AttributeInfo attribute)
public QueueCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |