| Package | Description | 
|---|---|
| com.streambase.liveview.client | 
 Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API. 
 | 
| com.streambase.liveview.server.table.plugin | 
 Provides classes and interfaces to add custom table providers to TIBCO Live Datamart. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Table.TableStatus | 
DynamicTableState.getTableStatus()  | 
Table.TableStatus | 
Table.getTableStatus()
Get the status of the table. 
 | 
static Table.TableStatus | 
Table.TableStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Table.TableStatus[] | 
Table.TableStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DynamicTableState | 
DynamicTableState.setTableStatus(Table.TableStatus tableStatus)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableProviderManager.registerNewDynamicTable(java.lang.String name,
                       DataTable dataTable,
                       Table.TableStatus initialStatus,
                       java.lang.String statusMessage)  |