org.jboss.kernel.plugins.dependency
Class KernelControllerContextActions.ConfigureAction
java.lang.Object
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.KernelControllerContextAction
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.ConfigureAction
- All Implemented Interfaces:
- ControllerContextAction
- Enclosing class:
- KernelControllerContextActions
public static class KernelControllerContextActions.ConfigureAction
- extends KernelControllerContextActions.KernelControllerContextAction
The configure action
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KernelControllerContextActions.ConfigureAction
public KernelControllerContextActions.ConfigureAction()
installAction
public void installAction(KernelControllerContext context)
throws Throwable
- Overrides:
installAction in class KernelControllerContextActions.KernelControllerContextAction
- Throws:
Throwable
uninstallAction
public void uninstallAction(KernelControllerContext context)
- Overrides:
uninstallAction in class KernelControllerContextActions.KernelControllerContextAction
setAttributes
protected void setAttributes(KernelControllerContext context,
Object target,
Set joinPoints,
boolean ignoreErrors)
throws Throwable
- Set the attributes
- Parameters:
context - the contexttarget - the targetjoinPoints - the attribute setter joinpointsignoreErrors - whether to ignore errors
- Throws:
Throwable - for any unignored error
Copyright © 2004 JBoss Inc. All Rights Reserved.