Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LiveViewMultiConnection
Interface representing a connection to a pool of servers (retrieved via
LiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean) .)
Note that while this is a LiveViewConnection , some operations of that interface will fail with an appropriate error code
LiveViewExceptionType#NOT_SUPPORTED_IN_MULTICONNECT . |
Modifier and Type | Method and Description |
---|---|
LiveViewConnection |
ConnectionClosedEvent.getConnection()
Get the connection that was closed
|
static LiveViewConnection |
LiveViewConnectionFactory.getConnection(ConnectionConfig config)
Retrieves a
LiveViewConnection based on the ConnectionConfig |
static LiveViewConnection |
LiveViewConnectionFactory.getConnection(java.lang.String uri)
Retrieves a
LiveViewConnection based on a valid URI. |
Constructor and Description |
---|
ConnectionClosedEvent(java.lang.Object source,
LiveViewConnection connection) |