|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteditorListener.handlers.ServiceChecker
public class ServiceChecker
This singleton class makes sure all of the services implemented are running. It can be subclassed.
Method Summary | |
---|---|
void |
clearAllServices()
Clears services in use. |
static ServiceChecker |
getInstance()
|
void |
restartAllServices()
This method attempts to start all required services. |
boolean |
servicesRunning()
|
static void |
start()
A convenience method for getting and starting all services. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ServiceChecker getInstance()
public boolean servicesRunning()
public void restartAllServices()
public void clearAllServices()
public static void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |