org.jboss.system.microcontainer.jmx
Class ServiceControllerLifecycleCallback

java.lang.Object
  extended by org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback

public class ServiceControllerLifecycleCallback
extends Object

ServiceControllerLifecycleCallback.

Version:
$Revision: 85945 $
Author:
Kabir Khan, Adrian Brock

Constructor Summary
ServiceControllerLifecycleCallback()
           
 
Method Summary
 void create()
           
 ServiceController getServiceController()
          Get the serviceController.
 void install(org.jboss.dependency.spi.ControllerContext context)
           
 void setServiceController(ServiceController serviceController)
          Set the serviceController.
 void uninstall(org.jboss.dependency.spi.ControllerContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceControllerLifecycleCallback

public ServiceControllerLifecycleCallback()
Method Detail

getServiceController

public ServiceController getServiceController()
Get the serviceController.

Returns:
the serviceController.

setServiceController

public void setServiceController(ServiceController serviceController)
Set the serviceController.

Parameters:
serviceController - the serviceController.

create

public void create()
            throws Exception
Throws:
Exception

install

public void install(org.jboss.dependency.spi.ControllerContext context)
             throws Exception
Throws:
Exception

uninstall

public void uninstall(org.jboss.dependency.spi.ControllerContext context)
               throws Exception
Throws:
Exception


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