Skip navigation links
TIBCO ActiveSpaces® 4.2.0
A B C D E F G H I L N O P R S T V 

A

allSucceeded() - Method in interface com.tibco.datagrid.BatchResult
Find whether or not every operation in the batch succeeded If the batched operation was a GET, and this function returned true BatchResult.getRow() can be called to retrieve the result row

B

BatchResult - Interface in com.tibco.datagrid
A BatchResult object is used to get the results or error from a batched operation

C

clear() - Method in interface com.tibco.datagrid.Row
Clear all columns in a row.
clearParameters() - Method in interface com.tibco.datagrid.Statement
Clears all of the parameter values set on the statement object.
close() - Method in interface com.tibco.datagrid.BatchResult
Destroy a BatchResult.
close() - Method in interface com.tibco.datagrid.Connection
Close a connection object.
close() - Method in interface com.tibco.datagrid.GridMetadata
 
close() - Method in interface com.tibco.datagrid.ResultSet
Close the resultset object.
close() - Method in interface com.tibco.datagrid.RowSet
Close a RowSet object.
close() - Method in interface com.tibco.datagrid.Session
Destroy a session.
close() - Method in interface com.tibco.datagrid.Statement
Close the statement object.
close() - Method in interface com.tibco.datagrid.Table
Close a table.
close() - Method in interface com.tibco.datagrid.TableListener
Close a TableListener.
Column - Interface in com.tibco.datagrid
A Column object is used to represent the name and datatype for a Row.
ColumnType - Enum in com.tibco.datagrid
The enum representing a column type from a row or table.
com.tibco.datagrid - package com.tibco.datagrid
 
com.tibco.datagrid.exceptions - package com.tibco.datagrid.exceptions
 
commit() - Method in interface com.tibco.datagrid.Session
Commit the current transaction on this session and begin a new transaction.
compareTo(Object) - Method in class com.tibco.datagrid.TibDateTime
Compare this TibDateTime object to the method's argument.
connect(String, String, Properties) - Static method in class com.tibco.datagrid.DataGrid
Connect to a ActiveSpaces data grid, and create a Connection object.
Connection - Interface in com.tibco.datagrid
Applications use a connection object to create sessions
copy() - Method in interface com.tibco.datagrid.Row
Copy a row
createRow() - Method in interface com.tibco.datagrid.Table
Create an empty row object.
createRowSet(String, Properties) - Method in interface com.tibco.datagrid.Table
Create a RowSet to selectively get rows in the table.
createSession(Properties) - Method in interface com.tibco.datagrid.Connection
Create a session object to perform operations.
createStatement(String, Properties) - Method in interface com.tibco.datagrid.Session
Create a SQL statement object.
createTableListener(String, TableEventHandler) - Method in interface com.tibco.datagrid.Table
Create a TableListener

D

DataGrid - Class in com.tibco.datagrid
The class DataGrid is the first entry point of an ActiveSpaces client program.
DataGridAlreadyExistsException - Exception in com.tibco.datagrid.exceptions
Conflict with an existing object, value or definition.
DataGridAlreadyExistsException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridAlreadyExistsException
 
DataGridAlreadyExistsException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridAlreadyExistsException
 
DataGridAlreadyExistsException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridAlreadyExistsException
 
DataGridAlreadyExistsException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridAlreadyExistsException
 
DataGridClientShutdownException - Exception in com.tibco.datagrid.exceptions
The program attempted an operation on an unusable realm object.
DataGridClientShutdownException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridClientShutdownException
 
DataGridClientShutdownException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridClientShutdownException
 
DataGridClientShutdownException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridClientShutdownException
 
DataGridClientShutdownException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridClientShutdownException
 
DataGridEndOfBufferException - Exception in com.tibco.datagrid.exceptions
End of buffer while parsing an inbound message.
DataGridEndOfBufferException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridEndOfBufferException
 
DataGridEndOfBufferException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridEndOfBufferException
 
DataGridEndOfBufferException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridEndOfBufferException
 
DataGridEndOfBufferException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridEndOfBufferException
 
DataGridException - Exception in com.tibco.datagrid
An error occurred in ActiveSpaces.
DataGridException() - Constructor for exception com.tibco.datagrid.DataGridException
 
DataGridException(String, Throwable) - Constructor for exception com.tibco.datagrid.DataGridException
 
DataGridException(String) - Constructor for exception com.tibco.datagrid.DataGridException
 
DataGridException(Throwable) - Constructor for exception com.tibco.datagrid.DataGridException
 
DataGridFormatUnavailableException - Exception in com.tibco.datagrid.exceptions
A format required by the client program is unavailable.
DataGridFormatUnavailableException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridFormatUnavailableException
 
DataGridFormatUnavailableException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridFormatUnavailableException
 
DataGridFormatUnavailableException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridFormatUnavailableException
 
DataGridFormatUnavailableException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridFormatUnavailableException
 
DataGridIllegalStateException - Exception in com.tibco.datagrid.exceptions
An action is inconsistent with internal state.
DataGridIllegalStateException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridIllegalStateException
 
DataGridIllegalStateException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridIllegalStateException
 
DataGridIllegalStateException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridIllegalStateException
 
DataGridIllegalStateException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridIllegalStateException
 
DataGridInMaintenanceException - Exception in com.tibco.datagrid.exceptions
The requested operation is illegal while the grid is in Maintenance
DataGridInMaintenanceException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInMaintenanceException
 
DataGridInMaintenanceException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInMaintenanceException
 
DataGridInMaintenanceException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInMaintenanceException
 
DataGridInMaintenanceException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInMaintenanceException
 
DataGridInvalidArgumentException - Exception in com.tibco.datagrid.exceptions
Invalid argument (or invalid value embedded in an argument).
DataGridInvalidArgumentException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidArgumentException
 
DataGridInvalidArgumentException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidArgumentException
 
DataGridInvalidArgumentException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidArgumentException
 
DataGridInvalidArgumentException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidArgumentException
 
DataGridInvalidConfigException - Exception in com.tibco.datagrid.exceptions
Invalid or contradictory property values.
DataGridInvalidConfigException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidConfigException
 
DataGridInvalidConfigException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidConfigException
 
DataGridInvalidConfigException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidConfigException
 
DataGridInvalidConfigException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidConfigException
 
DataGridInvalidFormatException - Exception in com.tibco.datagrid.exceptions
The DataGrid client library encountered a message with an invalid format.
DataGridInvalidFormatException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidFormatException
 
DataGridInvalidFormatException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidFormatException
 
DataGridInvalidFormatException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidFormatException
 
DataGridInvalidFormatException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidFormatException
 
DataGridInvalidTypeException - Exception in com.tibco.datagrid.exceptions
Field datatype mismatch.
DataGridInvalidTypeException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidTypeException
 
DataGridInvalidTypeException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidTypeException
 
DataGridInvalidTypeException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidTypeException
 
DataGridInvalidTypeException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidTypeException
 
DataGridInvalidValueException - Exception in com.tibco.datagrid.exceptions
DataGrid internal error.
DataGridInvalidValueException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidValueException
 
DataGridInvalidValueException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidValueException
 
DataGridInvalidValueException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidValueException
 
DataGridInvalidValueException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridInvalidValueException
 
DataGridLimitReachedException - Exception in com.tibco.datagrid.exceptions
A resource cannot accept data because it has reached a limit.
DataGridLimitReachedException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridLimitReachedException
 
DataGridLimitReachedException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridLimitReachedException
 
DataGridLimitReachedException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridLimitReachedException
 
DataGridLimitReachedException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridLimitReachedException
 
DataGridNotFoundException - Exception in com.tibco.datagrid.exceptions
Cannot find a requested object.
DataGridNotFoundException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotFoundException
 
DataGridNotFoundException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotFoundException
 
DataGridNotFoundException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotFoundException
 
DataGridNotFoundException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotFoundException
 
DataGridNotInitializedException - Exception in com.tibco.datagrid.exceptions
This exception corresponds to TIB_NOT_INITIALIZED in the underlying implementation.
DataGridNotInitializedException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotInitializedException
 
DataGridNotInitializedException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotInitializedException
 
DataGridNotInitializedException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotInitializedException
 
DataGridNotInitializedException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotInitializedException
 
DataGridNotPermittedException - Exception in com.tibco.datagrid.exceptions
Invalid operation (on a valid object).
DataGridNotPermittedException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotPermittedException
 
DataGridNotPermittedException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotPermittedException
 
DataGridNotPermittedException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotPermittedException
 
DataGridNotPermittedException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotPermittedException
 
DataGridNotSupportedException - Exception in com.tibco.datagrid.exceptions
Unsupported datatype or feature.
DataGridNotSupportedException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotSupportedException
 
DataGridNotSupportedException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotSupportedException
 
DataGridNotSupportedException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotSupportedException
 
DataGridNotSupportedException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridNotSupportedException
 
DataGridOSException - Exception in com.tibco.datagrid.exceptions
An operating system call failed.
DataGridOSException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridOSException
 
DataGridOSException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOSException
 
DataGridOSException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOSException
 
DataGridOSException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOSException
 
DataGridOutOfRangeException - Exception in com.tibco.datagrid.exceptions
The method TibDateTime.toDate throws this exception when the value of the TibDateTime object is beyond the range that a java.util.Date object can represent.
DataGridOutOfRangeException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridOutOfRangeException
 
DataGridOutOfRangeException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOutOfRangeException
 
DataGridOutOfRangeException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOutOfRangeException
 
DataGridOutOfRangeException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridOutOfRangeException
 
DataGridRealmServerException - Exception in com.tibco.datagrid.exceptions
The FTL Realm Server reported an error.
DataGridRealmServerException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridRealmServerException
 
DataGridRealmServerException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridRealmServerException
 
DataGridRealmServerException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridRealmServerException
 
DataGridRealmServerException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridRealmServerException
 
DataGridResourceUnavailableException - Exception in com.tibco.datagrid.exceptions
A resource required by the client program is unavailable.
DataGridResourceUnavailableException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridResourceUnavailableException
 
DataGridResourceUnavailableException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridResourceUnavailableException
 
DataGridResourceUnavailableException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridResourceUnavailableException
 
DataGridResourceUnavailableException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridResourceUnavailableException
 
DataGridRuntimeException - Exception in com.tibco.datagrid
This is the base class of all ActiveSpaces data grid runtime exceptions.
DataGridRuntimeException() - Constructor for exception com.tibco.datagrid.DataGridRuntimeException
 
DataGridRuntimeException(String, Throwable) - Constructor for exception com.tibco.datagrid.DataGridRuntimeException
 
DataGridRuntimeException(String) - Constructor for exception com.tibco.datagrid.DataGridRuntimeException
 
DataGridRuntimeException(Throwable) - Constructor for exception com.tibco.datagrid.DataGridRuntimeException
 
DataGridSQLDDLCommandException - Exception in com.tibco.datagrid.exceptions
Cannot process the DDL command.
DataGridSQLDDLCommandException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLDDLCommandException
 
DataGridSQLDDLCommandException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLDDLCommandException
 
DataGridSQLDDLCommandException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLDDLCommandException
 
DataGridSQLDDLCommandException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLDDLCommandException
 
DataGridSQLInvalidValueException - Exception in com.tibco.datagrid.exceptions
SQL command resulted in an invalid value.
DataGridSQLInvalidValueException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLInvalidValueException
 
DataGridSQLInvalidValueException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLInvalidValueException
 
DataGridSQLInvalidValueException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLInvalidValueException
 
DataGridSQLInvalidValueException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLInvalidValueException
 
DataGridSQLNotSupportedException - Exception in com.tibco.datagrid.exceptions
Unsupported SQL feature.
DataGridSQLNotSupportedException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLNotSupportedException
 
DataGridSQLNotSupportedException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLNotSupportedException
 
DataGridSQLNotSupportedException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLNotSupportedException
 
DataGridSQLNotSupportedException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLNotSupportedException
 
DataGridSQLParserException - Exception in com.tibco.datagrid.exceptions
SQL parsing error.
DataGridSQLParserException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLParserException
 
DataGridSQLParserException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLParserException
 
DataGridSQLParserException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLParserException
 
DataGridSQLParserException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLParserException
 
DataGridSQLQueryCommandException - Exception in com.tibco.datagrid.exceptions
System level SQL query processing error.
DataGridSQLQueryCommandException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryCommandException
 
DataGridSQLQueryCommandException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryCommandException
 
DataGridSQLQueryCommandException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryCommandException
 
DataGridSQLQueryCommandException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryCommandException
 
DataGridSQLQueryException - Exception in com.tibco.datagrid.exceptions
Error processing SQL query.
DataGridSQLQueryException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryException
 
DataGridSQLQueryException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryException
 
DataGridSQLQueryException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryException
 
DataGridSQLQueryException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLQueryException
 
DataGridSQLStatementException - Exception in com.tibco.datagrid.exceptions
Error processing SQL statement.
DataGridSQLStatementException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLStatementException
 
DataGridSQLStatementException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLStatementException
 
DataGridSQLStatementException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLStatementException
 
DataGridSQLStatementException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLStatementException
 
DataGridSQLSyntaxException - Exception in com.tibco.datagrid.exceptions
Invalid SQL syntax encountered.
DataGridSQLSyntaxException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSyntaxException
 
DataGridSQLSyntaxException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSyntaxException
 
DataGridSQLSyntaxException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSyntaxException
 
DataGridSQLSyntaxException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSyntaxException
 
DataGridSQLSystemException - Exception in com.tibco.datagrid.exceptions
An error occurred with the system responsible for processing SQL queries.
DataGridSQLSystemException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSystemException
 
DataGridSQLSystemException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSystemException
 
DataGridSQLSystemException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSystemException
 
DataGridSQLSystemException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridSQLSystemException
 
DataGridTimeoutException - Exception in com.tibco.datagrid.exceptions
Internal timeout elapsed.
DataGridTimeoutException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridTimeoutException
 
DataGridTimeoutException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridTimeoutException
 
DataGridTimeoutException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridTimeoutException
 
DataGridTimeoutException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridTimeoutException
 
DataGridVersionMismatchException - Exception in com.tibco.datagrid.exceptions
Incompatible versions of DataGrid components.
DataGridVersionMismatchException() - Constructor for exception com.tibco.datagrid.exceptions.DataGridVersionMismatchException
 
DataGridVersionMismatchException(String, Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridVersionMismatchException
 
DataGridVersionMismatchException(String) - Constructor for exception com.tibco.datagrid.exceptions.DataGridVersionMismatchException
 
DataGridVersionMismatchException(Throwable) - Constructor for exception com.tibco.datagrid.exceptions.DataGridVersionMismatchException
 
delete(Row) - Method in interface com.tibco.datagrid.Table
Delete a row from a table.
deleteRows(Row[], Properties) - Method in interface com.tibco.datagrid.Session
DELETE a batch of rows from the datagrid
destroy() - Method in interface com.tibco.datagrid.GridMetadata
Destroy a grid metadata object.
destroy() - Method in interface com.tibco.datagrid.Row
Destroy a row object.

E

equals(Object) - Method in class com.tibco.datagrid.TibDateTime
Test equivalence of this TibDateTime object to the method's argument.
Event - Interface in com.tibco.datagrid
An Event object gives information about a change in a Row
eventsReceived(List<Event>, TableListener) - Method in interface com.tibco.datagrid.TableEventHandler
Process inbound Events.
EventType - Enum in com.tibco.datagrid
The enum representing a event type delivered by a tablelistener.
executeQuery(Properties) - Method in interface com.tibco.datagrid.Statement
Executes the query on the statement object and returns the resultset object.
executeUpdate(String, Properties) - Method in interface com.tibco.datagrid.Session
Execute a SQL Update
executeUpdate(Properties) - Method in interface com.tibco.datagrid.Statement
Executes the SQL statement in this Statement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT.

F

fromString(String) - Static method in enum com.tibco.datagrid.ColumnType
Get the column type enum from a string representation.
fromString(String) - Static method in enum com.tibco.datagrid.EventType
Get the event type enum from a string representation.

G

get(Row) - Method in interface com.tibco.datagrid.Table
Get a row from a table.
getColumnCount() - Method in interface com.tibco.datagrid.ResultSetMetadata
Get the number of columns in a row of a result.
getColumnLabel(int) - Method in interface com.tibco.datagrid.ResultSetMetadata
Get the column label associated with the specified column number.
getColumnName(int) - Method in interface com.tibco.datagrid.ResultSetMetadata
Get the original column name, as defined in the datagrid, of a result column.
getColumnNames() - Method in interface com.tibco.datagrid.TableMetadata
Get the array of column name strings from the table metadata object.
getColumnTableName(int) - Method in interface com.tibco.datagrid.ResultSetMetadata
Get the name of a table associated with a column from the resultsetmetadata object.
getColumnType() - Method in interface com.tibco.datagrid.Column
Get the ColumnType of the column.
getColumnType(int) - Method in interface com.tibco.datagrid.ResultSetMetadata
Get the column type from the resultsetmetadata object for a particular column.
getColumnType(String) - Method in interface com.tibco.datagrid.Row
Get the type of the column.
getColumnType(String) - Method in interface com.tibco.datagrid.TableMetadata
Get the column type from the table metadata object for a particular column name.
getConnection() - Method in interface com.tibco.datagrid.Session
Get the connection object that was used to create the session.
getCurrent() - Method in interface com.tibco.datagrid.Event
Get the value of the row after the Put event
getDateTime(String) - Method in interface com.tibco.datagrid.Row
Get the value of a TibDateTime field from a row.
getDefaultTTL() - Method in interface com.tibco.datagrid.TableMetadata
Get the default TTL for rows in the table from the table metadata object.
getDouble(String) - Method in interface com.tibco.datagrid.Row
Get the value of a double floating-point field from a row.
getErrorCode() - Method in exception com.tibco.datagrid.DataGridException
The error code is -1 unless the underlying library sets it.
getErrorCode() - Method in exception com.tibco.datagrid.DataGridRuntimeException
The error code is -1 unless the underlying library sets it.
getErrorCode() - Method in interface com.tibco.datagrid.Event
Get the errorcode from an error event
getErrorDescription() - Method in interface com.tibco.datagrid.Event
Get the description from an error event
getExpiration() - Method in interface com.tibco.datagrid.Row
Get the expiration time for the row.
getFilter() - Method in interface com.tibco.datagrid.TableListener
Get the filter string of the TableListener.
getGridMetadata(Properties) - Method in interface com.tibco.datagrid.Connection
Retrieve the current data grid metadata in an object.
getGridMetadata() - Method in interface com.tibco.datagrid.Connection
Retrieve the current data grid metadata in an object.
getGridName() - Method in interface com.tibco.datagrid.GridMetadata
Get the name of the data grid.
getIndexColumnNames(String) - Method in interface com.tibco.datagrid.TableMetadata
Get the array of column name strings used when a particular index was created.
getIndexNames() - Method in interface com.tibco.datagrid.TableMetadata
Get the array of index name strings from the table metadata object.
getLong(String) - Method in interface com.tibco.datagrid.Row
Get the value of a long field from a row.
getName() - Method in interface com.tibco.datagrid.Column
Get the name of the column.
getName() - Method in interface com.tibco.datagrid.Table
Get the name of the table.
getName() - Method in interface com.tibco.datagrid.TableMetadata
Get the name of the table from the table metadata object.
getNanoseconds() - Method in class com.tibco.datagrid.TibDateTime
Get the nanoseconds component of a TibDateTime object.
getOpaque(String) - Method in interface com.tibco.datagrid.Row
Get the value of an opaque field from a row.
getPrevious() - Method in interface com.tibco.datagrid.Event
Get the value of the row of prior to the Put or Delete event
getPrimaryIndexName() - Method in interface com.tibco.datagrid.TableMetadata
Get the primary index name of the table from the table metadata object.
getResultSetMetadata() - Method in interface com.tibco.datagrid.Statement
Get the metadata associated with a statement
getRow(int) - Method in interface com.tibco.datagrid.BatchResult
Get a Row result from a batched GET
getRows(Row[], Properties) - Method in interface com.tibco.datagrid.Session
GET a batch of rows from the datagrid
getSeconds() - Method in class com.tibco.datagrid.TibDateTime
Get the seconds component of a TibDateTime object.
getSession() - Method in interface com.tibco.datagrid.Table
Get the session object that was used to create the table.
getSize() - Method in interface com.tibco.datagrid.BatchResult
Get the count of succesful operations
getStatement() - Method in interface com.tibco.datagrid.ResultSet
Returns the Statement that created this ResultSet.
getString(String) - Method in interface com.tibco.datagrid.Row
Get the value of a string column from a row.
getTable() - Method in interface com.tibco.datagrid.Row
Get the table associated with the row
getTable() - Method in interface com.tibco.datagrid.TableListener
Get the Table object that was used to create the TableListener.
getTableMetadata(String) - Method in interface com.tibco.datagrid.GridMetadata
Get a table metadata object by its table name.
getTableMetadataArray() - Method in interface com.tibco.datagrid.GridMetadata
Get all the table metadata objects in the grid metadata.
getTableNames() - Method in interface com.tibco.datagrid.GridMetadata
Get the names of the tables in the data grid.
getType() - Method in interface com.tibco.datagrid.Event
Get the type of the event
getVersion() - Method in interface com.tibco.datagrid.GridMetadata
Get the data grid's product version string.
getVersionInformation() - Static method in class com.tibco.datagrid.DataGrid
Version of the ActiveSpaces Java client library (Java archive file).
GridMetadata - Interface in com.tibco.datagrid
A data grid metadata object contains metadata information about the data grid and the tables in the data grid.

H

hashCode() - Method in class com.tibco.datagrid.TibDateTime
Return a hash code value for this TibDateTime.
hasNext() - Method in interface com.tibco.datagrid.RowIterator
Determine whether a row iterator object can present another column.

I

isColumnNullable(int) - Method in interface com.tibco.datagrid.ResultSetMetadata
Determine whether the specified column can have null values.
isColumnSet(String) - Method in interface com.tibco.datagrid.Row
Determine whether a column is set in a row.
iterator() - Method in interface com.tibco.datagrid.ResultSet
Returns the Iterator for this resultset.
iterator() - Method in interface com.tibco.datagrid.Row
Returns a RowIterator to iterate over the columns of a row.
iterator() - Method in interface com.tibco.datagrid.RowSet
Returns the Iterator for this RowSet.

L

log(TibDateTime, String) - Method in interface com.tibco.datagrid.LogHandler
Process log statements.
LogHandler - Interface in com.tibco.datagrid
Customer programs may implement this interface to process ActiveSpaces log statements.

N

next() - Method in interface com.tibco.datagrid.RowIterator
Get the next column from a row iterator object.

O

openTable(String, Properties) - Method in interface com.tibco.datagrid.Session
Open a table in the data grid.

P

put(Row) - Method in interface com.tibco.datagrid.Table
Put a row into a table.
putRows(Row[], Properties) - Method in interface com.tibco.datagrid.Session
PUT a batch of rows from the datagrid

R

remove() - Method in interface com.tibco.datagrid.RowIterator
Unsupported method; do not use.
ResultSet - Interface in com.tibco.datagrid
A resultset object is used to iterate over some or all of the rows that are returned after executing a query.
ResultSetMetadata - Interface in com.tibco.datagrid
A resultsetmetadata object is used to obtain information about a query This information includes column names and column types
rollback() - Method in interface com.tibco.datagrid.Session
Rollback a transaction on this session.
Row - Interface in com.tibco.datagrid
Row objects contain columns with values.
RowIterator - Interface in com.tibco.datagrid
RowIterator objects allow a program to iterate over the column names of a Row.
RowSet - Interface in com.tibco.datagrid
A RowSet object is used to iterate over some or all of the rows in a Table

S

Session - Interface in com.tibco.datagrid
A session object provides the context for a thread of operations involving data grid resources.
set(long, long) - Method in class com.tibco.datagrid.TibDateTime
Modify a TibDateTime object by setting its seconds and nanoseconds components.
setDateTime(String, TibDateTime) - Method in interface com.tibco.datagrid.Row
Set a TibDateTime field in a row.
setDateTime(int, TibDateTime) - Method in interface com.tibco.datagrid.Statement
Sets a TibDateTime value to a parameter number in a statement object.
setDouble(String, double) - Method in interface com.tibco.datagrid.Row
Set a double floating-point field in a row.
setDouble(int, double) - Method in interface com.tibco.datagrid.Statement
Sets a double value to a parameter number in a statement object.
setErrorCode(int) - Method in exception com.tibco.datagrid.DataGridException
 
setErrorCode(int) - Method in exception com.tibco.datagrid.DataGridRuntimeException
 
setFromDate(Date) - Method in class com.tibco.datagrid.TibDateTime
Modify a TibDateTime object so it represents a time equivalent to a java.util.Date object.
setFromMillis(long) - Method in class com.tibco.datagrid.TibDateTime
Modify a TibDateTime object by converting from milliseconds relative to January 1, 1970, 00:00:00 GMT (that is, the epoch), and setting its components to the equivalent time.
setLogFiles(String, long, int, Properties) - Static method in class com.tibco.datagrid.DataGrid
Arrange rotating log files.
setLogHandler(LogHandler, Properties) - Static method in class com.tibco.datagrid.DataGrid
Register a global log handler.
setLogLevel(String) - Static method in class com.tibco.datagrid.DataGrid
Set the ActiveSpaces log trace level.
setLong(String, long) - Method in interface com.tibco.datagrid.Row
Set a long integer field in a row.
setLong(int, long) - Method in interface com.tibco.datagrid.Statement
Sets a long value to a parameter number in a statement object.
setNull(int) - Method in interface com.tibco.datagrid.Statement
Sets an empty value for a parameter number in a statement object.
setOpaque(String, byte[]) - Method in interface com.tibco.datagrid.Row
Set an opaque (byte-array) field in a row.
setOpaque(int, byte[]) - Method in interface com.tibco.datagrid.Statement
Sets an opaque value to a parameter number in a statement object.
setString(String, String) - Method in interface com.tibco.datagrid.Row
Set a string field in a row.
setString(int, String) - Method in interface com.tibco.datagrid.Statement
Sets a string value to a parameter number in a statement object.
setTTL(long) - Method in interface com.tibco.datagrid.Row
Set the time-to-live for this row, overriding the table's default value.
Statement - Interface in com.tibco.datagrid
A statement object is used to execute SQL and return a resultset.

T

Table - Interface in com.tibco.datagrid
The Table object has methods to put, get and delete rows as well as to create a RowSet for iterating over some or all of the data in the table.
TableEventHandler - Interface in com.tibco.datagrid
A TableEventHandler object is used to receive notifications of events happening on a Table from a TableListener
TableListener - Interface in com.tibco.datagrid
The TableListener object allows a user to receive notifications of asynchronous events occuring on a Table
TableMetadata - Interface in com.tibco.datagrid
A table metadata object contains information about a specific table in the data grid.
TIB_LOG_LEVEL_DEBUG - Static variable in class com.tibco.datagrid.DataGrid
Debug -- output trace entries for all events (debug, verbose, information, warning and severe events).
TIB_LOG_LEVEL_INFO - Static variable in class com.tibco.datagrid.DataGrid
Info -- output trace entries for information, warning and severe events.
TIB_LOG_LEVEL_OFF - Static variable in class com.tibco.datagrid.DataGrid
Off -- disable all tracing.
TIB_LOG_LEVEL_SEVERE - Static variable in class com.tibco.datagrid.DataGrid
Severe -- output trace entries only for severe events.
TIB_LOG_LEVEL_VERBOSE - Static variable in class com.tibco.datagrid.DataGrid
Verbose -- output trace entries for verbose, information, warning and severe events.
TIB_LOG_LEVEL_WARN - Static variable in class com.tibco.datagrid.DataGrid
Warn -- output trace entries for warning and severe events.
TibDateTime - Class in com.tibco.datagrid
This class represents date and time values with large range and nanosecond precision.
TibDateTime() - Constructor for class com.tibco.datagrid.TibDateTime
Create a TibDateTime object denoting January 1, 1970, 00:00:00.000000000 GMT (that is, the epoch).
TIBDG_CONNECTION_BINDSTRATEGY_NAMED - Static variable in interface com.tibco.datagrid.Connection
 
TIBDG_CONNECTION_BINDSTRATEGY_RANDOM - Static variable in interface com.tibco.datagrid.Connection
 
TIBDG_CONNECTION_HTTPS_CONNECTION_TRUST_EVERYONE - Static variable in interface com.tibco.datagrid.Connection
Property name to Trust any realm server; property value constant.
TIBDG_CONNECTION_HTTPS_CONNECTION_USE_SPECIFIED_TRUST_FILE - Static variable in interface com.tibco.datagrid.Connection
Trust a realm server if its certificate is in a trust file; property value constant.
TIBDG_CONNECTION_PROPERTY_DOUBLE_CONNECT_WAIT_TIME - Static variable in interface com.tibco.datagrid.Connection
Property name for initial connection timeout; double.
TIBDG_CONNECTION_PROPERTY_DOUBLE_TIMEOUT - Static variable in interface com.tibco.datagrid.Connection
Property name for connection timeout; double.
TIBDG_CONNECTION_PROPERTY_LONG_BINDSTRATEGY - Static variable in interface com.tibco.datagrid.Connection
Property name for specifying how a client chooses a proxy to establish a connection
TIBDG_CONNECTION_PROPERTY_LONG_CONNECT_NUMRESPONSES - Static variable in interface com.tibco.datagrid.Connection
Property name to cutoff wait time using TIBDG_BINDSTRATEGY_RANDOM No effect for other bind strategies After receiving this many responses, the client will stop looking for additional responses
TIBDG_CONNECTION_PROPERTY_LONG_REALM_CONNECT_RETRIES - Static variable in interface com.tibco.datagrid.Connection
Property name for initial realm connection retries; long.
TIBDG_CONNECTION_PROPERTY_STRING_CLIENT_LABEL - Static variable in interface com.tibco.datagrid.Connection
Property name for client label; string.
TIBDG_CONNECTION_PROPERTY_STRING_CONNECT_PROXYNAMES - Static variable in interface com.tibco.datagrid.Connection
Property name for specifying pipe '|' delimited list of proxy names for TIBDG_CONNECTION_BINDSTRATEGY_NAMED
TIBDG_CONNECTION_PROPERTY_STRING_GRIDNAME - Static variable in interface com.tibco.datagrid.Connection
Property name for data grid name; string.
TIBDG_CONNECTION_PROPERTY_STRING_REALMURL - Static variable in interface com.tibco.datagrid.Connection
Property name for realm server url; string.
TIBDG_CONNECTION_PROPERTY_STRING_SECONDARY_REALM - Static variable in interface com.tibco.datagrid.Connection
Property name for specifying secondary/backup realm server; string.
TIBDG_CONNECTION_PROPERTY_STRING_TRUST_FILE - Static variable in interface com.tibco.datagrid.Connection
Property name for secure realm server trust file; string.
TIBDG_CONNECTION_PROPERTY_STRING_TRUST_TYPE - Static variable in interface com.tibco.datagrid.Connection
Property name for secure realm server trust type; long.
TIBDG_CONNECTION_PROPERTY_STRING_USERNAME - Static variable in interface com.tibco.datagrid.Connection
Property name for realm server username; string.
TIBDG_CONNECTION_PROPERTY_STRING_USERPASSWORD - Static variable in interface com.tibco.datagrid.Connection
Property name for realm server password; string.
TIBDG_EVENT_ERRORCODE_COPYSET_LEADER_FAILURE - Static variable in interface com.tibco.datagrid.Event
 
TIBDG_EVENT_ERRORCODE_GRID_REDISTRIBUTING - Static variable in interface com.tibco.datagrid.Event
 
TIBDG_EVENT_ERRORCODE_INVALID - Static variable in interface com.tibco.datagrid.Event
 
TIBDG_EVENT_ERRORCODE_TABLE_DELETED - Static variable in interface com.tibco.datagrid.Event
 
TIBDG_GRIDMETADATA_PROPERTY_STRING_CHECKPOINT_NAME - Static variable in interface com.tibco.datagrid.GridMetadata
Property name for specifying checkpoint used to retrieve metadata; string.
TIBDG_ITERATOR_CONSISTENCY_GLOBAL_SNAPSHOT - Static variable in interface com.tibco.datagrid.RowSet
Global snapshot consistency; property value constant.
TIBDG_ITERATOR_CONSISTENCY_SNAPSHOT - Static variable in interface com.tibco.datagrid.RowSet
Snapshot consistency; property value constant.
TIBDG_ITERATOR_PROPERTY_DOUBLE_FETCH_TIMEOUT - Static variable in interface com.tibco.datagrid.RowSet
Property name for the iterator fetch timeout; double.
TIBDG_ITERATOR_PROPERTY_LONG_PREFETCH - Static variable in interface com.tibco.datagrid.RowSet
Property name for RowSet prefetch; long.
TIBDG_ITERATOR_PROPERTY_STRING_CONSISTENCY - Static variable in interface com.tibco.datagrid.RowSet
Property name for RowSet consistency; string.
TIBDG_SESSION_PROPERTY_BOOLEAN_TRANSACTED - Static variable in interface com.tibco.datagrid.Session
Property name for a transacted session; boolean.
TIBDG_SESSION_PROPERTY_STRING_CHECKPOINT_NAME - Static variable in interface com.tibco.datagrid.Session
Property name for specifying checkpoint used in a session; string.
TIBDG_STATEMENT_CONSISTENCY_GLOBAL_SNAPSHOT - Static variable in interface com.tibco.datagrid.Statement
Global snapshot consistency; property value constant.
TIBDG_STATEMENT_CONSISTENCY_SNAPSHOT - Static variable in interface com.tibco.datagrid.Statement
Snapshot consistency; property value constant.
TIBDG_STATEMENT_PROPERTY_DOUBLE_FETCH_TIMEOUT - Static variable in interface com.tibco.datagrid.Statement
Property name for the Statement fetch timeout; double.
TIBDG_STATEMENT_PROPERTY_LONG_PREFETCH - Static variable in interface com.tibco.datagrid.Statement
Property name for Statement query prefetch; long.
TIBDG_STATEMENT_PROPERTY_STRING_CONSISTENCY - Static variable in interface com.tibco.datagrid.Statement
Property name for Statement consistency; string.
TIBDG_VERSION_BANNER - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_BUILD_TIMESTAMP - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_MAJOR_NUM - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_MAJOR_STRING - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_MINOR_NUM - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_MINOR_STRING - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_RELEASE_TYPE - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_STRING_COMPARE - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_STRING_LONG - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_STRING_SHORT - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_UPDATE_NUM - Static variable in class com.tibco.datagrid.Version
 
TIBDG_VERSION_UPDATE_STRING - Static variable in class com.tibco.datagrid.Version
 
toDate() - Method in class com.tibco.datagrid.TibDateTime
Convert a TibDateTime object to a java.util.Date object.
toMillis() - Method in class com.tibco.datagrid.TibDateTime
Convert a TibDateTime object to milliseconds.
toString() - Method in enum com.tibco.datagrid.ColumnType
Get the string representation of the column type.
toString() - Method in enum com.tibco.datagrid.EventType
Get the string representation of the event type.
toString() - Method in class com.tibco.datagrid.TibDateTime
Return a printable string representing this TibDateTime.

V

valueOf(String) - Static method in enum com.tibco.datagrid.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.datagrid.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.datagrid.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.datagrid.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.tibco.datagrid
 
Version() - Constructor for class com.tibco.datagrid.Version
 
A B C D E F G H I L N O P R S T V 
Skip navigation links
Copyright © 2012-2018 Cloud Software Group, Inc., All Rights Reserved. Confidential & Proprietary.