|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface SASClientConnectionInterface
| 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 void |
addLibrary(SASLibraryInterface library)
Add a library to the list that are accessible through this connection. |
abstract void |
addScriptFile(FileInterface file)
Add a script file to this connection. |
abstract java.util.List |
getLibraries()
Get the list of libraries accessible via this connection. |
abstract int |
getPort()
Get the port number for the connection. |
abstract java.lang.String |
getRemoteAddress()
Get the remote address of the connection. |
abstract java.util.List |
getScriptFiles()
Get the List of script files that execute for this connection. |
abstract java.lang.String |
getServerShortName()
Get the short name of the server. |
abstract java.lang.String |
getService()
Get the service string for the connection. |
abstract void |
removeLibrary(SASLibraryInterface library)
Remove a library from the list that are accessible through this connection. |
abstract void |
removeScriptFile(FileInterface file)
Remove a script file from this connection. |
abstract void |
setLibraries(java.util.List libraries)
Set the list of libraries that are accessible via this connection. |
abstract void |
setPort(int port)
Set the port number for the connection. |
abstract void |
setRemoteAddress(java.lang.String remoteAddress)
Set the remote address of the connection. |
abstract void |
setScriptFiles(java.util.List files)
Set the list of script files on this connection. |
abstract void |
setServerShortName(java.lang.String serverName)
Set the server's short name. |
abstract void |
setService(java.lang.String service)
Set the service string for the connection. |
| 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 getServerShortName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setServerShortName(java.lang.String serverName)
throws ServiceException,
java.rmi.RemoteException
serverName - The server's short name.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getRemoteAddress()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setRemoteAddress(java.lang.String remoteAddress)
throws ServiceException,
java.rmi.RemoteException
remoteAddress - The connection remote address.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getService()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setService(java.lang.String service)
throws ServiceException,
java.rmi.RemoteException
service - The connection's serice string.
ServiceException
java.rmi.RemoteException
int getPort()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setPort(int port)
throws ServiceException,
java.rmi.RemoteException
port - The connection's port number.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List getLibraries()
throws ServiceException,
java.rmi.RemoteException
SASLibraryInterface objects accessible via this connection.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void addLibrary(SASLibraryInterface library)
throws ServiceException,
java.rmi.RemoteException
library - The SASLibraryInterface to add to the libraries list.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void removeLibrary(SASLibraryInterface library)
throws ServiceException,
java.rmi.RemoteException
library - The SASLibraryInterface object to remove from the libraries list.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setLibraries(java.util.List libraries)
throws ServiceException,
java.rmi.RemoteException
libraries - The List of SASLibraryInterface objects accessible via this connection.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List getScriptFiles()
throws ServiceException,
java.rmi.RemoteException
FileInterface object that are scripts for this connection.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void addScriptFile(FileInterface file)
throws ServiceException,
java.rmi.RemoteException
file - A FileInterface object to add to the list of scripts.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void removeScriptFile(FileInterface file)
throws ServiceException,
java.rmi.RemoteException
file - A FileInterface object to remove from this script list.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setScriptFiles(java.util.List files)
throws ServiceException,
java.rmi.RemoteException
files - A List of FileInterface objects acting as scripts for this connection.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||