|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInterface | |
---|---|
com.sas.iom | The Java Workspace Factory and I/O Stream helper classes. |
com.sas.services.connection | Service for making and managing connections to IOM servers. |
com.sas.services.connection.platform | Provides a connection factory configuation for use with SAS Foundation Services. |
com.sas.services.deployment | This subsystem provides utilities to deploy and lookup SAS Foundation Services. |
com.sas.services.information | Interact with data repositories on behalf of client applications. |
com.sas.services.storedprocess | Execute stored processes. |
Uses of ConnectionInterface in com.sas.iom |
---|
Constructors in com.sas.iom with parameters of type ConnectionInterface | |
---|---|
WorkspaceConnector(com.sas.iom.WorkspacePool pool,
ConnectionInterface cx,
com.sas.iom.SAS.IWorkspace iWorkspace)
|
Uses of ConnectionInterface in com.sas.services.connection |
---|
Methods in com.sas.services.connection that return ConnectionInterface | |
---|---|
ConnectionInterface |
ConnectionFactoryInterface.getConnection()
Get a connection to a server that does not require a user name and password for connections. |
ConnectionInterface |
ConnectionFactoryShellInterface.getConnection(Credential login)
Get a connection to a server. |
ConnectionInterface |
ConnectionFactoryShellInterface.getConnection(Credential login,
long waitMilliseconds)
Get a connection to a server. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(long waitMilliseconds)
Get a connection to a server that does not require a user name and password for connections. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String domain)
Get a connection to a server that does not require a user name and password for connections. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String domain,
long waitMilliseconds)
Get a connection to a server that does not require a user name and password for connections. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String userName,
java.lang.String password)
Get a connection to a server. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String userName,
java.lang.String password,
long waitMilliseconds)
Get a connection to a server. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String userName,
java.lang.String password,
java.lang.String domain)
Get a connection to a server. |
ConnectionInterface |
ConnectionFactoryInterface.getConnection(java.lang.String userName,
java.lang.String password,
java.lang.String domain,
long waitMilliseconds)
Get a connection to a server. |
Uses of ConnectionInterface in com.sas.services.connection.platform |
---|
Methods in com.sas.services.connection.platform that return ConnectionInterface | |
---|---|
ConnectionInterface |
PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext)
Get a connection to a server. |
ConnectionInterface |
PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext,
long waitMilliseconds)
Get a connection to a server. |
Uses of ConnectionInterface in com.sas.services.deployment |
---|
Constructors in com.sas.services.deployment with parameters of type ConnectionInterface | |
---|---|
OMRServiceConfigFactory(java.lang.String repositoryName,
ConnectionInterface metadataServerConnection)
Constructs a factory which can be used to manufacture service configurations queried from a SAS metadata repository. |
Uses of ConnectionInterface in com.sas.services.information |
---|
Fields in com.sas.services.information declared as ConnectionInterface | |
---|---|
protected ConnectionInterface |
OMIServer._cnxnHandle
|
Uses of ConnectionInterface in com.sas.services.storedprocess |
---|
Methods in com.sas.services.storedprocess that return ConnectionInterface | |
---|---|
ConnectionInterface |
StoredProcess2Interface.getConnection()
Get a connection for stored process execution. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |