org.jboss.kernel.plugins.dependency
Class AbstractConfigureAction
java.lang.Object
org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
org.jboss.dependency.plugins.action.SimpleControllerContextAction<KernelControllerContext>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction
org.jboss.kernel.plugins.dependency.AbstractConfigureAction
- All Implemented Interfaces:
- org.jboss.dependency.plugins.action.ControllerContextAction
- Direct Known Subclasses:
- ConfigureAction, OldConfigureAction
public abstract class AbstractConfigureAction
- extends KernelControllerContextAction
AbstractConfigureAction.
- Author:
- Ales Justin
| Methods inherited from class org.jboss.dependency.plugins.action.SimpleControllerContextAction |
fullContextCast, secureInstallAction, secureUninstallAction, simpleContextCast, simpleInstallAction, simpleUninstallAction |
| Methods inherited from class org.jboss.dependency.plugins.action.AccessControllerContextAction |
install, uninstall |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigureAction
public AbstractConfigureAction()
getActionAwareInterface
protected Class<? extends KernelControllerContextAware> getActionAwareInterface()
- Overrides:
getActionAwareInterface in class KernelControllerContextAction
installKernelControllerContextAware
protected void installKernelControllerContextAware(KernelControllerContext context)
throws Throwable
- Execute KCCA install.
- Parameters:
context - the controller context
- Throws:
Throwable - for any erroor
uninstallKernelControllerContextAware
protected void uninstallKernelControllerContextAware(KernelControllerContext context)
- Execute KCCA uninstall.
- Parameters:
context - the controller context
isExactlyKernelControllerContextAware
protected boolean isExactlyKernelControllerContextAware(Object o)
- Is exactly KCCA instance.
- Parameters:
o - the target to test
- Returns:
- true if exact match
Copyright ? 2007 JBoss Inc.. All Rights Reserved.