org.jboss.kernel.plugins.dependency
Class PreInstallAction

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.PreInstallAction
All Implemented Interfaces:
org.jboss.dependency.plugins.action.ControllerContextAction

public class PreInstallAction
extends KernelControllerContextAction

PreInstallAction.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
log
 
Constructor Summary
PreInstallAction()
           
 
Method Summary
protected  void applyScoping(KernelControllerContext context)
           
protected  org.jboss.metadata.spi.scope.ScopeKey getInstallScopeKey(KernelControllerContext context, KernelController controller, KernelMetaDataRepository repository)
           
protected  void installActionInternal(KernelControllerContext context)
           
protected  void removeScoping(KernelControllerContext context)
           
protected  void uninstallActionInternal(KernelControllerContext context)
           
 
Methods inherited from class org.jboss.kernel.plugins.dependency.KernelControllerContextAction
contextCast, getActionAwareInterface, 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

PreInstallAction

public PreInstallAction()
Method Detail

installActionInternal

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

getInstallScopeKey

protected org.jboss.metadata.spi.scope.ScopeKey getInstallScopeKey(KernelControllerContext context,
                                                                   KernelController controller,
                                                                   KernelMetaDataRepository repository)
                                                            throws Throwable
Throws:
Throwable

applyScoping

protected void applyScoping(KernelControllerContext context)
                     throws Throwable
Throws:
Throwable

removeScoping

protected void removeScoping(KernelControllerContext context)
                      throws Throwable
Throws:
Throwable

uninstallActionInternal

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


Copyright ? 2007 JBoss Inc.. All Rights Reserved.