org.jboss.kernel.plugins.dependency
Class QueueCallbackItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractCallbackItem<T>
          extended by org.jboss.dependency.plugins.OwnerCallbackItem<Class<?>,InvokeDispatchContext>
              extended by org.jboss.kernel.plugins.dependency.CollectionCallbackItem<T>
                  extended by org.jboss.kernel.plugins.dependency.CollectionCreatorCallbackItem<Queue<Object>>
                      extended by org.jboss.kernel.plugins.dependency.QueueCallbackItem
All Implemented Interfaces:
Cloneable, CallbackItem<Class<?>>, org.jboss.util.JBossInterface

public class QueueCallbackItem
extends CollectionCreatorCallbackItem<Queue<Object>>

Queue collection callback item.

Author:
Ales Justin

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

QueueCallbackItem

public QueueCallbackItem(Class<?> name,
                         InvokeDispatchContext owner,
                         AttributeInfo attribute)

QueueCallbackItem

public QueueCallbackItem(Class<?> name,
                         ControllerState whenRequired,
                         ControllerState dependentState,
                         Cardinality cardinality,
                         InvokeDispatchContext context,
                         AttributeInfo attribute)


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