org.jboss.system.microcontainer.jmx
Class ServiceControllerLifecycleCallback
java.lang.Object
org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback
public class ServiceControllerLifecycleCallback
- extends Object
ServiceControllerLifecycleCallback.
- Version:
- $Revision: 85945 $
- Author:
- Kabir Khan, Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceControllerLifecycleCallback
public ServiceControllerLifecycleCallback()
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.