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.RemoteException
RestServiceConfig[] getAllConfigs() throws java.rmi.RemoteException
java.rmi.RemoteException
RestServiceConfig getConfigByID(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteConfig(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addConfig(RestServiceConfig obj) throws java.rmi.RemoteException
java.rmi.RemoteException