org.jboss.kernel.plugins.dependency
Class OldConfigureAction

java.lang.Object
  extended by org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
      extended by org.jboss.dependency.plugins.action.SimpleControllerContextAction<KernelControllerContext>
          extended by org.jboss.kernel.plugins.dependency.KernelControllerContextAction
              extended by org.jboss.kernel.plugins.dependency.AbstractConfigureAction
                  extended by org.jboss.kernel.plugins.dependency.OldConfigureAction
All Implemented Interfaces:
org.jboss.dependency.plugins.action.ControllerContextAction

public class OldConfigureAction
extends AbstractConfigureAction

OldConfigureAction.

Version:
$Revision: 64100 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
log
 
Constructor Summary
OldConfigureAction()
           
 
Method Summary
protected  void installActionInternal(KernelControllerContext context)
           
protected  void setAttributes(KernelControllerContext context, Object target, Set<org.jboss.joinpoint.spi.TargettedJoinpoint> joinPoints, boolean ignoreErrors)
          Set the attributes
protected  void uninstallActionInternal(KernelControllerContext context)
           
 
Methods inherited from class org.jboss.kernel.plugins.dependency.AbstractConfigureAction
getActionAwareInterface, installKernelControllerContextAware, isExactlyKernelControllerContextAware, uninstallKernelControllerContextAware
 
Methods inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
contextCast, installAction, uninstallAction, validateContext
 
Methods inherited from class org.jboss.dependency.plugins.action.SimpleControllerContextAction
fullContextCast, secureInstallAction, secureUninstallAction, simpleContextCast, simpleInstallAction, simpleUninstallAction
 
Methods inherited from class org.jboss.dependency.plugins.action.AccessControllerContextAction
install, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldConfigureAction

public OldConfigureAction()
Method Detail

installActionInternal

protected void installActionInternal(KernelControllerContext context)
                              throws Throwable
Overrides:
installActionInternal in class KernelControllerContextAction
Throws:
Throwable

uninstallActionInternal

protected void uninstallActionInternal(KernelControllerContext context)
Overrides:
uninstallActionInternal in class KernelControllerContextAction

setAttributes

protected void setAttributes(KernelControllerContext context,
                             Object target,
                             Set<org.jboss.joinpoint.spi.TargettedJoinpoint> joinPoints,
                             boolean ignoreErrors)
                      throws Throwable
Set the attributes

Parameters:
context - the context
target - the target
joinPoints - the attribute setter joinpoints
ignoreErrors - whether to ignore errors
Throws:
Throwable - for any unignored error


Copyright ? 2007 JBoss Inc.. All Rights Reserved.