public class ControlServices extends java.lang.Object implements IServices
Modifier and Type | Method and Description |
---|---|
static ControlServices |
getInstance() |
DicoogleWeb |
getWebServicePlatform() |
boolean |
queryRetrieveIsRunning() |
void |
startQueryRetrieve() |
int |
startStorage() |
void |
startWebServer() |
void |
startWebServices()
Deprecated.
|
boolean |
stopAllServices() |
void |
stopQueryRetrieve() |
void |
stopStorage() |
void |
stopWebServer() |
void |
stopWebServices()
Deprecated.
|
boolean |
storageIsRunning() |
boolean |
webServerIsRunning() |
boolean |
webServicesIsRunning() |
public static ControlServices getInstance()
public boolean stopAllServices()
stopAllServices
in interface IServices
public int startStorage() throws java.io.IOException
startStorage
in interface IServices
java.io.IOException
public void stopStorage()
stopStorage
in interface IServices
public boolean storageIsRunning()
storageIsRunning
in interface IServices
public void startQueryRetrieve()
startQueryRetrieve
in interface IServices
public void stopQueryRetrieve()
stopQueryRetrieve
in interface IServices
public boolean queryRetrieveIsRunning()
queryRetrieveIsRunning
in interface IServices
public boolean webServerIsRunning()
webServerIsRunning
in interface IServices
@Deprecated public void startWebServices()
startWebServices
in interface IServices
@Deprecated public void stopWebServices()
stopWebServices
in interface IServices
public boolean webServicesIsRunning()
webServicesIsRunning
in interface IServices
public void startWebServer()
startWebServer
in interface IServices
public void stopWebServer()
stopWebServer
in interface IServices
public DicoogleWeb getWebServicePlatform()