@Deprecated public interface IServices extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
boolean |
queryRetrieveIsRunning()
Deprecated.
|
void |
startQueryRetrieve()
Deprecated.
|
int |
startStorage()
Deprecated.
|
void |
startWebServer()
Deprecated.
|
void |
startWebServices()
Deprecated.
|
boolean |
stopAllServices()
Deprecated.
|
void |
stopQueryRetrieve()
Deprecated.
|
void |
stopStorage()
Deprecated.
|
void |
stopWebServer()
Deprecated.
|
void |
stopWebServices()
Deprecated.
|
boolean |
storageIsRunning()
Deprecated.
|
boolean |
webServerIsRunning()
Deprecated.
|
boolean |
webServicesIsRunning()
Deprecated.
|
boolean stopAllServices() throws java.rmi.RemoteException
java.rmi.RemoteException
void startQueryRetrieve() throws java.rmi.RemoteException
java.rmi.RemoteException
void stopQueryRetrieve() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean queryRetrieveIsRunning() throws java.rmi.RemoteException
java.rmi.RemoteException
int startStorage() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
void stopStorage() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean storageIsRunning() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean webServerIsRunning() throws java.rmi.RemoteException
java.rmi.RemoteException
void startWebServices() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
void stopWebServices() throws java.io.IOException, java.rmi.RemoteException
java.io.IOException
java.rmi.RemoteException
boolean webServicesIsRunning() throws java.rmi.RemoteException
java.rmi.RemoteException
void startWebServer() throws java.rmi.RemoteException
java.rmi.RemoteException
void stopWebServer() throws java.rmi.RemoteException
java.rmi.RemoteException