|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
AbstractController.addCallback(Object name,
boolean isInstallPhase,
CallbackItem<T> callback)
Add callback item under demand name. |
|
|
AbstractDependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
|
|
|
AbstractDependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
|
|
protected
|
AbstractController.removeCallback(Object name,
boolean isInstallPhase,
CallbackItem<T> callback)
Remove callback item under demand name. |
|
|
AbstractDependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
|
|
|
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 | ||
|---|---|---|
|
DependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
Add a callback reference |
|
|
DependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
Add a callback reference |
|
|
DependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
Remove a callback reference |
|
|
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 | ||
|---|---|---|
|
UnmodifiableDependencyInfo.addInstallItem(CallbackItem<T> callbackItem)
|
|
|
UnmodifiableDependencyInfo.addUninstallItem(CallbackItem<T> callbackItem)
|
|
|
UnmodifiableDependencyInfo.removeInstallItem(CallbackItem<T> callbackItem)
|
|
|
UnmodifiableDependencyInfo.removeUninstallItem(CallbackItem<T> callbackItem)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||