Uses of Interface
org.jboss.dependency.spi.CallbackItem

Packages that use CallbackItem
org.jboss.dependency.plugins An abstract dependency implementation. 
org.jboss.dependency.spi Classes used to define dependency plugins. 
org.jboss.dependency.spi.helpers   
 

Uses of CallbackItem in org.jboss.dependency.plugins
 

Classes in org.jboss.dependency.plugins that implement CallbackItem
 class AbstractCallbackItem<T>
          Abstract callback item.
 class AttributeCallbackItem<T>
          Attribute callback item.
 class OwnerCallbackItem<T,C>
          Owner callback item.
 class SingleCallbackItem<T>
          Single callback item.
 

Methods in org.jboss.dependency.plugins that return types with arguments of type CallbackItem
protected  Set<CallbackItem<?>> AbstractController.getCallbacks(Object name, boolean isInstallPhase)
          Get the matching callbacks.
protected  Set<CallbackItem<?>> AbstractController.getDependencyCallbacks(ControllerContext context, boolean isInstallPhase)
          Get calbacks from context.
 Set<CallbackItem<?>> AbstractDependencyInfo.getInstallItems()
           
 Set<CallbackItem<?>> AbstractDependencyInfo.getUninstallItems()
           
 

Methods in org.jboss.dependency.plugins with parameters of type CallbackItem
protected
<T> void
AbstractController.addCallback(Object name, boolean isInstallPhase, CallbackItem<T> callback)
          Add callback item under demand name.
<T> void
AbstractDependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
           
<T> void
AbstractDependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
           
protected
<T> void
AbstractController.removeCallback(Object name, boolean isInstallPhase, CallbackItem<T> callback)
          Remove callback item under demand name.
<T> void
AbstractDependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
           
<T> void
AbstractDependencyInfo.removeUninstallItem(CallbackItem<T> callbackItem)
           
 

Method parameters in org.jboss.dependency.plugins with type arguments of type CallbackItem
protected  void AbstractController.resolveCallbacks(Set<CallbackItem<?>> callbacks, ControllerState state, boolean execute, boolean isInstallPhase, boolean type)
          Resolve callbacks.
 

Uses of CallbackItem in org.jboss.dependency.spi
 

Methods in org.jboss.dependency.spi that return types with arguments of type CallbackItem
 Set<CallbackItem<?>> DependencyInfo.getInstallItems()
          Return install callbacks.
 Set<CallbackItem<?>> DependencyInfo.getUninstallItems()
          Return uninstall callbacks.
 

Methods in org.jboss.dependency.spi with parameters of type CallbackItem
<T> void
DependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
          Add a callback reference
<T> void
DependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
          Add a callback reference
<T> void
DependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
          Remove a callback reference
<T> void
DependencyInfo.removeUninstallItem(CallbackItem<T> callbackItem)
          Remove a callback reference
 

Uses of CallbackItem in org.jboss.dependency.spi.helpers
 

Methods in org.jboss.dependency.spi.helpers that return types with arguments of type CallbackItem
 Set<CallbackItem<?>> UnmodifiableDependencyInfo.getInstallItems()
           
 Set<CallbackItem<?>> UnmodifiableDependencyInfo.getUninstallItems()
           
 

Methods in org.jboss.dependency.spi.helpers with parameters of type CallbackItem
<T> void
UnmodifiableDependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
           
<T> void
UnmodifiableDependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
           
<T> void
UnmodifiableDependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
           
<T> void
UnmodifiableDependencyInfo.removeUninstallItem(CallbackItem<T> callbackItem)
           
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.