Uses of Interface
org.jboss.dependency.plugins.action.ControllerContextAction

Packages that use ControllerContextAction
org.jboss.dependency.plugins An abstract dependency implementation. 
org.jboss.dependency.plugins.action Definition of action plugins. 
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
 

Uses of ControllerContextAction in org.jboss.dependency.plugins
 

Methods in org.jboss.dependency.plugins that return ControllerContextAction
protected  ControllerContextAction AbstractControllerContextActions.getAction(ControllerContext context, ControllerState state)
          Get the controller context action
 

Methods in org.jboss.dependency.plugins that return types with arguments of type ControllerContextAction
protected  Map<ControllerState,ControllerContextAction> AbstractController.createAliasActions()
          Create alias controller context actions.
 

Constructor parameters in org.jboss.dependency.plugins with type arguments of type ControllerContextAction
AbstractControllerContextActions(Map<ControllerState,ControllerContextAction> actions)
           
 

Uses of ControllerContextAction in org.jboss.dependency.plugins.action
 

Classes in org.jboss.dependency.plugins.action that implement ControllerContextAction
 class AccessControllerContextAction<S extends ControllerContext,T extends ControllerContext>
          Access controller context.
 class SimpleControllerContextAction<T extends ControllerContext>
          Simple and full context impls are the same.
 

Uses of ControllerContextAction in org.jboss.kernel.plugins.dependency
 

Classes in org.jboss.kernel.plugins.dependency that implement ControllerContextAction
 class AbstractConfigureAction
          AbstractConfigureAction.
 class AbstractScopeAction
          Abstract scope action.
 class AnnotationsAction
          Handles IoC annotations.
 class AutowireAction
          AutowireAction.
 class ConfigureAction
          New ConfigureAction.
 class CreateDestroyLifecycleAction
          CreateDestroyLifecycleAction.
 class DescribeAction
          DescribeAction.
 class InstallAction
          InstallAction.
 class InstallExistingScopeAction
          Install into existing scope action.
 class InstallsAwareAction
          Installs/Uninstalls aware action.
 class InstallScopeAction
          Install scope action.
 class InstantiateAction
          InstantiateAction.
 class KernelControllerContextAction
          KernelControllerContextAction.
 class LifecycleAction
          LifecycleAction.
 class PreInstallAction
          PreInstallAction.
 class StartStopLifecycleAction
          StartStopLifecycleAction.
 

Methods in org.jboss.kernel.plugins.dependency that return types with arguments of type ControllerContextAction
protected  Map<ControllerState,ControllerContextAction> ScopedKernelController.createAliasActions()
           
protected  Map<ControllerState,ControllerContextAction> AbstractKernelController.createAliasActions()
           
 

Constructor parameters in org.jboss.kernel.plugins.dependency with type arguments of type ControllerContextAction
KernelControllerContextActions(Map<ControllerState,ControllerContextAction> actions)
          Create a new KernelControllerContextActions.
 



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