org.jboss.kernel.plugins.dependency
Class DescribeAction

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

public class DescribeAction
extends AnnotationsAction

DescribeAction.

Version:
$Revision: 71248 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
log
 
Constructor Summary
DescribeAction()
           
 
Method Summary
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.AnnotationsAction
applyAnnotations, cleanAnnotations, getBeanAnnotationAdapter
 
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, getActionAwareInterface, 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

DescribeAction

public DescribeAction()
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


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