public interface IProxyConfigTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addProxyConfig(ProxyConfigTO to) |
void |
deleteProxyConfig(java.lang.String keyID) |
ProxyConfigTO[] |
enumProxyConfigs() |
ProxyConfigTO |
retrieveProxyConfig(java.lang.String keyID) |
void |
updateProxyConfig(ProxyConfigTO to) |
void deleteProxyConfig(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateProxyConfig(ProxyConfigTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionProxyConfigTO retrieveProxyConfig(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addProxyConfig(ProxyConfigTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionProxyConfigTO[] enumProxyConfigs() throws java.rmi.RemoteException
java.rmi.RemoteException