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.RemoteException
void updateProxyConfig(ProxyConfigTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
ProxyConfigTO retrieveProxyConfig(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addProxyConfig(ProxyConfigTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
ProxyConfigTO[] enumProxyConfigs() throws java.rmi.RemoteException
java.rmi.RemoteException