Uses of Interface
com.streambase.liveview.client.Table
-
Packages that use Table Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of Table in com.streambase.liveview.client
Classes in com.streambase.liveview.client that implement Table Modifier and Type Class Description class
AbstractTable
Methods in com.streambase.liveview.client that return Table Modifier and Type Method Description Table
LiveViewConnection. getTable(String name)
Retrieve a specific table from the serverMethods in com.streambase.liveview.client that return types with arguments of type Table Modifier and Type Method Description List<Table>
LiveViewConnection. listTables()
Lists the available tables for queryingList<Table>
LiveViewConnection. listTables(boolean includeSystemTables)
List the available tables for queryingMethods in com.streambase.liveview.client with parameters of type Table Modifier and Type Method Description void
TableListListener. handleTableAdded(Table table)
A new Table was addedvoid
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.
-