Package | Description |
---|---|
com.streamscape.runtime.mf.admin.tfo | |
com.streamscape.service.osf.transports |
Modifier and Type | Method and Description |
---|---|
void |
TransportConnectionImpl.raiseException(TransportException error) |
Modifier and Type | Method and Description |
---|---|
void |
TransportConnectionImpl.connect() |
TransportConnection |
TransportFactoryObject.createConnection() |
TransportConnection |
TransportFactoryObject.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password) |
void |
TransportConnectionImpl.disconnect() |
void |
TransportFactoryObject.pingConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionEventListener.onEvent(TransportException e) |
void |
TransportConnection.raiseException(TransportException e)
Raises a user-defined exception for this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
TransportConnection.connect()
Connect to the message transport.
|
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.
|
void |
TransportConnection.disconnect()
Disconnects from the message transport.
|
void |
ConnectionStateValidator.init(TransportFactory factory,
java.lang.String connectionName)
Initalizes the validator using a specific transport factory, allowing
the validator to work on the specific connection that is also cached
by the factory at runtime.
|
void |
ConnectionStateValidator.ping()
Checks the state of a connection, returning a connection state indicator.
|
void |
TransportFactory.pingConnection()
Tests the connection using the connection properties of this factory.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.