Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTable |
Modifier and Type | Method and Description |
---|---|
Table |
LiveViewConnection.getTable(java.lang.String name)
Retrieve a specific table from the server
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Table> |
LiveViewConnection.listTables()
Lists the available tables for querying
|
java.util.List<Table> |
LiveViewConnection.listTables(boolean includeSystemTables)
List the available tables for querying
|
Modifier and Type | Method and Description |
---|---|
void |
TableListListener.handleTableAdded(Table table)
A new Table was added
|
void |
TableListListener.handleTableDisabled(Table table)
An existing Table has been disabled.
|
void |
TableListListener.handleTableModified(Table table)
An existing (probably disabled) Table was Modifiied and (if it wasn't already) enabled.
|
void |
TableListListener.handleTableRemoved(Table table)
An existing Table was removed and isn't expected to return.
|