Package | Description |
---|---|
com.streamscape.runtime.mf.admin.tfo | |
com.streamscape.service.osf.transports |
Modifier and Type | Class and Description |
---|---|
class |
TransportConnectionImpl
Title: Open Service Framework
|
Modifier and Type | Method and Description |
---|---|
TransportConnection |
TransportFactoryObject.createConnection() |
TransportConnection |
TransportFactoryObject.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password) |
TransportConnection |
TransportFactoryObject.lookupConnection(java.lang.String connectionName) |
Modifier and Type | Method and Description |
---|---|
TransportConnection |
TransportFactory.createConnection()
Creates a connection using default credentials.
|
TransportConnection |
TransportFactory.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password)
Creates a named connection and loads it into the reference list.
|
TransportConnection |
TransportFactory.lookupConnection(java.lang.String connectionName)
Returns a connction from the pool specified by the name.
|
Constructor and Description |
---|
TransportConnectionObserver(TransportFactory factory,
TransportConnection connection) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.