org.jboss.kernel.plugins.dependency
Class SetCallbackItem

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<Set<Object>>
                      extended by org.jboss.kernel.plugins.dependency.SetCallbackItem
All Implemented Interfaces:
Cloneable, CallbackItem<Class<?>>, org.jboss.util.JBossInterface

public class SetCallbackItem
extends CollectionCreatorCallbackItem<Set<Object>>

Set 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
SetCallbackItem(Class<?> name, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality, InvokeDispatchContext context, AttributeInfo attribute)
           
SetCallbackItem(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

SetCallbackItem

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

SetCallbackItem

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


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