org.jboss.kernel.plugins.dependency
Class KernelControllerContextActions.KernelControllerContextAction
java.lang.Object
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.KernelControllerContextAction
- All Implemented Interfaces:
- ControllerContextAction
- Direct Known Subclasses:
- KernelControllerContextActions.ConfigureAction, KernelControllerContextActions.DescribeAction, KernelControllerContextActions.InstallAction, KernelControllerContextActions.InstantiateAction, KernelControllerContextActions.LifecycleAction
- Enclosing class:
- KernelControllerContextActions
public static class KernelControllerContextActions.KernelControllerContextAction
- extends Object
- implements ControllerContextAction
Abstract action
Field Summary |
protected org.jboss.logging.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.jboss.logging.Logger log
KernelControllerContextActions.KernelControllerContextAction
public KernelControllerContextActions.KernelControllerContextAction()
install
public void install(ControllerContext context)
throws Throwable
- Description copied from interface:
ControllerContextAction
- Install a context
- Specified by:
install
in interface ControllerContextAction
- Parameters:
context
- the context
- Throws:
Throwable
- for any error
uninstall
public void uninstall(ControllerContext context)
- Description copied from interface:
ControllerContextAction
- Uninstall a context
- Specified by:
uninstall
in interface ControllerContextAction
- Parameters:
context
- the context
installAction
public void installAction(KernelControllerContext context)
throws Throwable
- Throws:
Throwable
uninstallAction
public void uninstallAction(KernelControllerContext context)
Copyright © 2004 JBoss Inc. All Rights Reserved.