org.apache.activemq.util
Class ServiceSupport
java.lang.Object
org.apache.activemq.util.ServiceSupport
- All Implemented Interfaces:
- Service
- Direct Known Subclasses:
- JobSchedulerStore, MessageDatabase, PListStore, Scheduler, TransportServerSupport, TransportSupport
public abstract class ServiceSupport
- extends java.lang.Object
- implements Service
A helper class for working with services together with a useful base class
for service implementations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceSupport
public ServiceSupport()
dispose
public static void dispose(Service service)
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface Service
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface Service
- Throws:
java.lang.Exception
isStarted
public boolean isStarted()
- Returns:
- true if this service has been started
isStopping
public boolean isStopping()
- Returns:
- true if this service is in the process of closing
isStopped
public boolean isStopped()
- Returns:
- true if this service is closed
addServiceListener
public void addServiceListener(ServiceListener l)
removeServiceListener
public void removeServiceListener(ServiceListener l)
doStop
protected abstract void doStop(ServiceStopper stopper)
throws java.lang.Exception
- Throws:
java.lang.Exception
doStart
protected abstract void doStart()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2015. All Rights Reserved.