public interface IRestServiceConfigTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addConfig(RestServiceConfig obj) |
void |
deleteConfig(java.lang.String keyID) |
RestServiceConfig[] |
getAllConfigs() |
RestServiceConfig |
getConfigByID(java.lang.String keyID) |
void |
updateConfig(RestServiceConfig obj) |
void updateConfig(RestServiceConfig obj) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRestServiceConfig[] getAllConfigs() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRestServiceConfig getConfigByID(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteConfig(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addConfig(RestServiceConfig obj) throws java.rmi.RemoteException
java.rmi.RemoteException