org.jboss.soa.esb.listeners.lifecycle
Interface LifecycleControllerMBean
public interface LifecycleControllerMBean
LifecycleControllerMBean is an MBean that monitors lifecycle state and allows
management of the lifeycle state.
- Author:
- tcunning@redhat.com
initialise
void initialise()
throws ManagedLifecycleException
- Throws:
ManagedLifecycleException
start
void start()
throws ManagedLifecycleException
- Throws:
ManagedLifecycleException
stop
void stop()
throws ManagedLifecycleException
- Throws:
ManagedLifecycleException
destroy
void destroy()
throws ManagedLifecycleException
- Throws:
ManagedLifecycleException