|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ProxyInterface
ProxyInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract java.lang.String |
getPath()
Returns the path for this Proxy |
abstract java.lang.String |
getScheme()
Returns the scheme for this Proxy |
abstract java.lang.String |
getURI()
Returns the URI for this proxy |
abstract void |
setPath(java.lang.String path)
Sets the path for this Proxy |
abstract void |
setScheme(java.lang.String scheme)
Sets the scheme for this Proxy |
abstract void |
setURI(java.lang.String uri)
Sets the URI for this Proxy |
| Methods inherited from interface com.sas.services.information.metadata.TCPIPConnectionInterface |
|---|
getHost, getPort, getService, setHost, setPort, setService |
| Methods inherited from interface com.sas.services.information.metadata.ConnectionInterface |
|---|
addProvider, getApplicationProtocol, getAuthenticationType, getCommunicationProtocol, getDomain, getProperties, getProviders, getSource, removeProvider, setApplicationProtocol, setAuthenticationType, setCommunicationProtocol, setDomain, setProperty, setProviders, setSource |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.lang.String getScheme()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setScheme(java.lang.String scheme)
throws java.rmi.RemoteException
scheme - Scheme to set for this Proxy
java.rmi.RemoteException
java.lang.String getPath()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void setPath(java.lang.String path)
throws java.rmi.RemoteException,
ServiceException
path - Path to set for this proxy
ServiceException
java.rmi.RemoteException
java.lang.String getURI()
throws ServiceException,
java.rmi.RemoteException
java.rmi.RemoteException
ServiceException
void setURI(java.lang.String uri)
throws ServiceException,
java.rmi.RemoteException
uri - The uri to set for this proxy
ServiceException
java.rmi.RemoteException
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||