Modifier and Type | Method and Description |
---|---|
ClientConnection |
DirectoryTableCollection.getConnection() |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
FileServerObject.createConnection(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
FileServerObject.connectConnection(ClientConnection connection) |
void |
FileServerObject.removeConnection(ClientConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileSystemClientConnection
Title: Framework Support Library
|
Modifier and Type | Class and Description |
---|---|
class |
DropBoxFileSystemClientConnection
Title: OSF Service Library
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystemClientConnection
Title: OSF Service Library
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnection
Title: OSF Service Library
|
Modifier and Type | Class and Description |
---|---|
class |
TLPClientConnection
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientFactoryObject.createConnection() |
ClientConnection |
ClientFactoryObject.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password) |
ClientConnection |
ClientFactoryObject.lookupConnection(java.lang.String connectionName) |
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.service.osf.clients.AbstractClientConnection
Title: Open Service Framework
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientFactory.createConnection()
Creates a connection using default credentials.
|
ClientConnection |
ClientFactory.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password)
Creates a named connection and loads it into the reference list.
|
ClientConnection |
ClientFactory.lookupConnection(java.lang.String connectionName)
Returns a connection from the pool specified by the name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.