org.jboss.kernel.plugins.dependency
Class AutowireAction

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.InstallsAwareAction
                  extended by org.jboss.kernel.plugins.dependency.AutowireAction
All Implemented Interfaces:
ControllerContextAction

public class AutowireAction
extends InstallsAwareAction

AutowireAction.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
log
 
Constructor Summary
AutowireAction()
           
 
Method Summary
protected  Class<? extends KernelControllerContextAware> getActionAwareInterface()
          Get the action aware interface.
protected  ControllerState getState()
          Get the action's state.
protected  void installActionInternal(KernelControllerContext context)
          Execute install action.
protected  void uninstallActionInternal(KernelControllerContext context)
          Execute uninstall action.
 
Methods inherited from class org.jboss.kernel.plugins.dependency.InstallsAwareAction
considerUninstalls, doInstalls, doUninstalls, doUninstalls, installAction, undoInstallAction, uninstallAction
 
Methods inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
contextCast, setKernelControllerContext, unsetKernelControllerContext, 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

AutowireAction

public AutowireAction()
Method Detail

installActionInternal

protected void installActionInternal(KernelControllerContext context)
                              throws Throwable
Description copied from class: KernelControllerContextAction
Execute install action.

Overrides:
installActionInternal in class KernelControllerContextAction
Parameters:
context - the context
Throws:
Throwable - for any error

uninstallActionInternal

protected void uninstallActionInternal(KernelControllerContext context)
Description copied from class: KernelControllerContextAction
Execute uninstall action.

Overrides:
uninstallActionInternal in class KernelControllerContextAction
Parameters:
context - the context

getState

protected ControllerState getState()
Description copied from class: InstallsAwareAction
Get the action's state.

Specified by:
getState in class InstallsAwareAction
Returns:
get the action's state

getActionAwareInterface

protected Class<? extends KernelControllerContextAware> getActionAwareInterface()
Description copied from class: KernelControllerContextAction
Get the action aware interface.

Overrides:
getActionAwareInterface in class KernelControllerContextAction
Returns:
the action aware interface


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.