org.jboss.system.microcontainer
Class ServiceControllerContextActions

java.lang.Object
  extended by org.jboss.dependency.plugins.AbstractControllerContextActions
      extended by org.jboss.system.microcontainer.ServiceControllerContextActions
All Implemented Interfaces:
org.jboss.dependency.spi.ControllerContextActions

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

ServiceControllerContextActions.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Constructor Summary
protected ServiceControllerContextActions(Map<org.jboss.dependency.spi.ControllerState,org.jboss.dependency.plugins.action.ControllerContextAction> actions)
          Create a new ServiceControllerContextActions.
 
Method Summary
static ServiceControllerContextActions getInstance()
          Get the instance
static ServiceControllerContextActions getLifecycleOnly()
          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

ServiceControllerContextActions

protected ServiceControllerContextActions(Map<org.jboss.dependency.spi.ControllerState,org.jboss.dependency.plugins.action.ControllerContextAction> actions)
Create a new ServiceControllerContextActions.

Parameters:
actions - the actions
Method Detail

getInstance

public static ServiceControllerContextActions getInstance()
Get the instance

Returns:
the actions

getLifecycleOnly

public static ServiceControllerContextActions getLifecycleOnly()
Get the instance

Returns:
the actions


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