org.jboss.kernel.plugins.dependency
Class KernelControllerContextActions

java.lang.Object
  extended byorg.jboss.dependency.plugins.AbstractControllerContextActions
      extended byorg.jboss.kernel.plugins.dependency.KernelControllerContextActions
All Implemented Interfaces:
org.jboss.dependency.spi.ControllerContextActions

public class KernelControllerContextActions
extends org.jboss.dependency.plugins.AbstractControllerContextActions

The KernelControllerActions.

Version:
$Revision: 1.3 $
Author:
Adrian Brock

Nested Class Summary
static class KernelControllerContextActions.ConfigureAction
          The configure action
static class KernelControllerContextActions.CreateDestroyLifecycleAction
          A CreateDestroyLifecycleAction.
static class KernelControllerContextActions.DescribeAction
          The describe action
static class KernelControllerContextActions.InstallAction
          The install action
static class KernelControllerContextActions.InstantiateAction
          The instantiate action
static class KernelControllerContextActions.KernelControllerContextAction
          Abstract action
static class KernelControllerContextActions.LifecycleAction
          A lifecycle action
static class KernelControllerContextActions.StartStopLifecycleAction
          A StartStopLifecycleAction.
 
Constructor Summary
protected KernelControllerContextActions(Map actions)
          Create a new KernelControllerContextActions.
 
Method Summary
static KernelControllerContextActions getInstance()
          Get the instance
 
Methods inherited from class org.jboss.dependency.plugins.AbstractControllerContextActions
getAction, install, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelControllerContextActions

protected KernelControllerContextActions(Map actions)
Create a new KernelControllerContextActions.

Method Detail

getInstance

public static KernelControllerContextActions getInstance()
Get the instance

Returns:
the actions


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.