Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
com.streambase.liveview.client.alert |
Provides classes and interfaces to set Alerts.
|
com.streambase.liveview.client.clientcontrol |
Provides classes and interfaces to control user's interaction with the TIBCO Live Datamart.
|
com.streambase.liveview.client.dynamictables |
Provides classes and interfaces to configure TIBCO Live Datamart server's dynamic tables.
|
com.streambase.liveview.client.serverdatautility |
Provides classes and interfaces to fetch TIBCO Live Datamart server's utility data.
|
com.streambase.liveview.server.table.plugin |
Provides classes and interfaces to add custom table providers to TIBCO Live Datamart.
|
Class and Description |
---|
AbstractConnectionEvent
Root level of client to server connection related events which are dispatched to
ConnectionListener s. |
AbstractQueryEvent
The base type for query events dispatched from server queries to
QueryListener s. |
AbstractQueryListener
A convenience implementation of
QueryListener that can be extended
and the specified methods can be overridden. |
AbstractTupleEvent
Base abstract class for TupleEvents
|
BeginAggMarkEvent
The event dispatched after which the aggregate result set may be in flux.
|
BeginDeleteEvent
The event dispatched when a query delete begins.
|
BeginSnapshotEvent
The event dispatched when a query snapshot begins.
|
ConnectionClosedEvent
Event dispatched when a
LiveViewConnection closes. |
ConnectionConfig
Connection configuration used to connect to LiveView server.
|
ConnectionListener
A connection listener interface that can be provided to
ConnectionConfig to receive
connection related events on. |
ConnectionMode
Used when creating a
MultiConnectionConfig to define how it will connect to the servers. |
DynamicTableState
DynamicTableState keeps track of table state while dropping or starting table in synchronous mode.
|
EndAggMarkEvent
The event dispatched when the aggregate result set sent since the last BeginAggMarkEvent
is consistent and will not change again until the next BeginAggMarkEvent.
|
EndDeleteEvent
The event dispatched when a query delete ends.
|
EndSnapshotEvent
The event dispatched when a query snapshot ends.
|
KeyValue
KeyValue represents a specific value of the primary key, as taken from the Tuple in a specific Table,
including if the Table has a complex key involving multiple fields.
|
LiveViewClientCapability
Enumerates certain capabilities that may be supported by a LiveView Client.
|
LiveViewConnection
A client connection to a LiveView server.
|
LiveViewConnectionCanceledException
Exception throws when the LiveView connection call is cancelled by the client
|
LiveViewConnectionControl
When using a LiveViewMultiConnection, this represents one of the connections.
|
LiveViewConnectionControl.ConnectionState
The status of this connection
|
LiveViewException
An exception thrown by the LiveView Server
|
LiveViewExceptionType
Enumeration of possible LiveView exceptions.
|
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 . |
LiveViewPermission
Class that defines LiveView permissions.
|
LiveViewPermission.Action |
LiveViewPermission.Type |
LiveViewQueryLanguage
Enumerates the query languages that are supported by a table
|
LiveViewQueryType
The type of queries that can be specified in QueryConfig
|
LiveViewServerCapability
An abstract class for objects that represent a capability of a LiveView server.
|
LiveViewTableCapability
Enumerates certain capabilities that may be supported by a table.
|
MultiConnectionConfig
Used to define a
LiveViewMultiConnection . |
MultiConnectionListener
Register your implementation of this interface if you want to be informed of all the events involved in multi-connect
|
NoSuchCapabilityException
Thrown by
LiveViewConnection.getCapability(Class) when a connected
server does not support a particular capability. |
OrderDefinition
OrderDefinition is the object used to define the order in which you wish to receive data
|
OrderDefinition.Direction
The direction enum defines the legal directions available, and a reverse helper method.
|
OrderDefinition.OrderDefinitionVisitor |
ProgressMonitor
This interface can be used in
ConnectionConfig to receive feedback on LiveViewConnectionFactory.getConnection(ConnectionConfig) . |
Query
A handle to a registered query.
|
QueryClosedEvent
Event dispatched to a listener when a query is closed
|
QueryConfig
QueryConfig is the builder object used to configure a query.
|
QueryExceptionEvent
The event dispatched when a query exception occurs.
|
QueryListener
A query listener interface must be provided when registering a query.
|
SendTupleInfo |
SnapshotResult
A blocking iterator pattern for retrieving
snapshot only results.
|
Table
An instance of a LiveView table.
|
Table.TableGroup
ENUM for table groups.
|
Table.TableStatus |
TableAdminManager
TableAdminManager is used to start and stop tables and table providers on the server.
|
TableAdminManager.TableProviderAPIHelper
Utility methods for working with the TableProviderAPI
|
TableListListener
Create an instance of this if you want to be informed of changes to the Table List.
|
TablePublisher
An instance of a publisher for publishing tuples into a table.
|
TupleAddedEvent
The event dispatched when a new Tuple is added to a query result.
|
TupleRemovedEvent
The event dispatched when an existing Tuple is removed.
|
TupleUpdatedEvent
The event dispatched when an existing Tuple is updated.
|
Class and Description |
---|
LiveViewException
An exception thrown by the LiveView Server
|
QueryConfig
QueryConfig is the builder object used to configure a query.
|
TupleAddedEvent
The event dispatched when a new Tuple is added to a query result.
|
Class and Description |
---|
LiveViewException
An exception thrown by the LiveView Server
|
SnapshotResult
A blocking iterator pattern for retrieving
snapshot only results.
|
Class and Description |
---|
QueryConfig
QueryConfig is the builder object used to configure a query.
|
Class and Description |
---|
LiveViewException
An exception thrown by the LiveView Server
|
Class and Description |
---|
LiveViewException
An exception thrown by the LiveView Server
|
LiveViewQueryType
The type of queries that can be specified in QueryConfig
|
LiveViewTableCapability
Enumerates certain capabilities that may be supported by a table.
|
Table.TableStatus |