org.jboss.kernel.plugins.dependency
Class InstallAction
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.InstallsAwareAction
org.jboss.kernel.plugins.dependency.InstallAction
- All Implemented Interfaces:
- ControllerContextAction
public class InstallAction
- extends InstallsAwareAction
InstallAction.
- Version:
- $Revision: 73492 $
- Author:
- Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallAction
public InstallAction()
installActionInternal
protected void installActionInternal(KernelControllerContext context)
throws Throwable
- Description copied from class:
KernelControllerContextAction
- Execute install action.
- Overrides:
installActionInternal
in class KernelControllerContextAction
- Parameters:
context
- the context
- Throws:
Throwable
- for any error
getActionAwareInterface
protected Class<? extends KernelControllerContextAware> getActionAwareInterface()
- Description copied from class:
KernelControllerContextAction
- Get the action aware interface.
- Overrides:
getActionAwareInterface
in class KernelControllerContextAction
- Returns:
- the action aware interface
uninstallActionInternal
protected void uninstallActionInternal(KernelControllerContext context)
- Description copied from class:
KernelControllerContextAction
- Execute uninstall action.
- Overrides:
uninstallActionInternal
in class KernelControllerContextAction
- Parameters:
context
- the context
getState
protected ControllerState getState()
- Description copied from class:
InstallsAwareAction
- Get the action's state.
- Specified by:
getState
in class InstallsAwareAction
- Returns:
- get the action's state
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.