org.jboss.kernel.plugins.dependency
Class QueueCallbackItem
java.lang.Object
org.jboss.util.JBossObject
org.jboss.dependency.plugins.AbstractCallbackItem<T>
org.jboss.dependency.plugins.OwnerCallbackItem<Class,org.jboss.dependency.spi.dispatch.InvokeDispatchContext>
org.jboss.kernel.plugins.dependency.CollectionCallbackItem<T>
org.jboss.kernel.plugins.dependency.CollectionCreatorCallbackItem<Queue<Object>>
org.jboss.kernel.plugins.dependency.QueueCallbackItem
- All Implemented Interfaces:
- Cloneable, org.jboss.dependency.spi.CallbackItem<Class>, org.jboss.util.JBossInterface
public class QueueCallbackItem
- extends CollectionCreatorCallbackItem<Queue<Object>>
Queue collection callback item.
- Author:
- Ales Justin
| 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,
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)
|
| 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 |
QueueCallbackItem
public QueueCallbackItem(Class name,
org.jboss.dependency.spi.dispatch.InvokeDispatchContext owner,
AttributeInfo attribute)
QueueCallbackItem
public 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)
Copyright ? 2007 JBoss Inc.. All Rights Reserved.