org.jboss.system.microcontainer
Class ConfigureAction

java.lang.Object
  extended by org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
      extended by org.jboss.dependency.plugins.action.SimpleControllerContextAction<ServiceControllerContext>
          extended by org.jboss.system.microcontainer.ServiceControllerContextAction
              extended by org.jboss.system.microcontainer.ConfigureAction
All Implemented Interfaces:
org.jboss.dependency.plugins.action.ControllerContextAction

public class ConfigureAction
extends ServiceControllerContextAction

ConfigureAction.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.system.microcontainer.ServiceControllerContextAction
log
 
Constructor Summary
ConfigureAction()
           
 
Method Summary
 void installAction(ServiceControllerContext context)
           
 void uninstallAction(ServiceControllerContext context)
           
 
Methods inherited from class org.jboss.system.microcontainer.ServiceControllerContextAction
contextCast, 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

ConfigureAction

public ConfigureAction()
Method Detail

installAction

public void installAction(ServiceControllerContext context)
                   throws Throwable
Overrides:
installAction in class ServiceControllerContextAction
Throws:
Throwable

uninstallAction

public void uninstallAction(ServiceControllerContext context)
Overrides:
uninstallAction in class ServiceControllerContextAction


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