|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ProxyListInterface
ProxyListInterface
| Method Summary | |
|---|---|
java.lang.String |
generateNextProxyName()
Generates the name of the next proxy in this proxy list. |
java.util.List<java.lang.String> |
getProxiedMachines()
Returns the list of machines configured to use this proxy. |
java.util.List<ProxyInterface> |
getProxies()
Returns a list of ProxyInterfaces representing the proxies |
java.util.List<java.lang.String> |
getProxyURIs()
Returns the list of proxies as URI strings |
void |
setProxiedMachines(java.util.List<java.lang.String> machines)
Sets the list of machines configured to use this proxy. |
void |
setProxies(java.util.List<ProxyInterface> proxies)
Sets the list of proxies based on the given ProxyInterface list. |
void |
setProxyURIs(java.util.List<java.lang.String> uris)
Sets the list of proxies based on the given URI strings |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.util.List<java.lang.String> getProxiedMachines()
throws VersionIncompatibleException,
java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException
VersionIncompatibleException
ServiceException
void setProxiedMachines(java.util.List<java.lang.String> machines)
throws java.lang.IllegalArgumentException,
ServiceException,
java.rmi.RemoteException
machines - List containing machine names to use this proxy
java.lang.IllegalArgumentException
java.rmi.RemoteException
ServiceException
java.util.List<java.lang.String> getProxyURIs()
throws java.rmi.RemoteException,
ServiceException
ServiceException
java.rmi.RemoteException
void setProxyURIs(java.util.List<java.lang.String> uris)
throws java.rmi.RemoteException,
ServiceException
uris - The list of URI strings to create and set proxy objects for.
java.rmi.RemoteException
ServiceException
java.util.List<ProxyInterface> getProxies()
throws VersionIncompatibleException,
java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException
VersionIncompatibleException
ServiceException
void setProxies(java.util.List<ProxyInterface> proxies)
throws java.rmi.RemoteException,
ServiceException
proxies - The list of ProxyInterface objects to set.
java.rmi.RemoteException
ServiceException
java.lang.String generateNextProxyName()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException
ServiceException
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||