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:
- org.jboss.dependency.plugins.spi.action.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(Object target,
Set joinPoints,
boolean ignoreErrors)
throws Throwable
- Set the attributes
- Parameters:
target
- the targetjoinPoints
- the attribute setter joinpointsignoreErrors
- whether to ignore errors
- Throws:
Throwable
- for any unignored error
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.