org.jboss.kernel.plugins.dependency
Class InstallExistingScopeAction
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.InstallExistingScopeAction
- All Implemented Interfaces:
- ControllerContextAction
public class InstallExistingScopeAction
- extends AbstractScopeAction
Install into existing scope action.
It expects scoped controller already to be present
under the right scope key.
- 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 InstallExistingScopeAction INSTANCE
InstallExistingScopeAction
public InstallExistingScopeAction()
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.