|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
void |
addLibrary(SASLibraryInterface library)
Add a library to the list that are accessible through this connection. |
void |
addScriptFile(FileInterface file)
Add a script file to this connection. |
java.util.List |
getLibraries()
Get the list of libraries accessible via this connection. |
int |
getPort()
Get the port number for the connection. |
java.lang.String |
getRemoteAddress()
Get the remote address of the connection. |
java.util.List |
getScriptFiles()
Get the List of script files that execute for this connection. |
java.lang.String |
getServerShortName()
Get the short name of the server. |
java.lang.String |
getService()
Get the service string for the connection. |
void |
removeLibrary(SASLibraryInterface library)
Remove a library from the list that are accessible through this connection. |
void |
removeScriptFile(FileInterface file)
Remove a script file from this connection. |
void |
setLibraries(java.util.List libraries)
Set the list of libraries that are accessible via this connection. |
void |
setPort(int port)
Set the port number for the connection. |
void |
setRemoteAddress(java.lang.String remoteAddress)
Set the remote address of the connection. |
void |
setScriptFiles(java.util.List files)
Set the list of script files on this connection. |
void |
setServerShortName(java.lang.String serverName)
Set the server's short name. |
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, getProviders, getSource, removeProvider, setApplicationProtocol, setAuthenticationType, setCommunicationProtocol, setDomain, 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 |