org.jboss.kernel.plugins.dependency
Class InstallScopeAction
java.lang.Object
org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
org.jboss.dependency.plugins.action.SimpleControllerContextAction<ControllerContext>
org.jboss.kernel.plugins.dependency.AbstractScopeAction
org.jboss.kernel.plugins.dependency.InstallScopeAction
- All Implemented Interfaces:
- ControllerContextAction
public class InstallScopeAction
- extends AbstractScopeAction
Install scope action.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final InstallScopeAction INSTANCE
InstallScopeAction
public InstallScopeAction()
installAction
protected void installAction(ControllerContext context)
throws Throwable
- Description copied from class:
SimpleControllerContextAction
- The install.
- Specified by:
installAction
in class SimpleControllerContextAction<ControllerContext>
- Parameters:
context
- the context
- Throws:
Throwable
- for any error
uninstallAction
protected void uninstallAction(ControllerContext context)
- Description copied from class:
SimpleControllerContextAction
- The uninstall.
- Specified by:
uninstallAction
in class SimpleControllerContextAction<ControllerContext>
- Parameters:
context
- the context
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.