Skip navigation links
Oracle® TimesTen In-Memory Database Jakarta JMS/XLA Java API Reference
Release 22.1

F90751-01
A C D F G I M N R S T U X 

A

ADD_COLUMNS - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
Columns have been added.
AGING_DELETE_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that indicates if the delete is due to aging
apply(byte[]) - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean) - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean, boolean) - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean, boolean) - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
apply(byte[], boolean) - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
apply(byte[]) - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 

C

CASCADING_DELETE_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that indicates if the delete is due to cascading
close() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Closes the connections to the datastore and releases all the resources in a timely manner.
close() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
com.timesten.dataserver.jakartajmsxla - package com.timesten.dataserver.jakartajmsxla
Provides classes and interfaces to interpret JMS/XLA API (using jakarta.jms) payload and to replicate database changes to an identical database.
commit() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Use this method to perform a manual commit.
commit() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
COMMIT_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the commit -- last record in transaction flag.
COMMIT_ONLY - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
 
CONFIG_FILE_NAME - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
Use this constant to set JMS/XLA file name.
CONTEXT_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the application-specified context value (passed to a ttApplicationContextCall) as a byte array.
CREATE_INDEX - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
An index has been created.
CREATE_SEQ - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A sequence has been created.
CREATE_SYNONYM - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A synonym has been created.
CREATE_TABLE - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A table has been created.
CREATE_VIEW - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A view has been created.

D

DELETE - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A row has been deleted.
DROP_COLUMNS - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
Columns have been dropped.
DROP_INDEX - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
An index has been dropped.
DROP_SEQ - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A sequence has been dropped.
DROP_SYNONYM - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A synonym has been dropped.
DROP_TABLE - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A table has been dropped.
DROP_VIEW - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A view has been dropped.

F

FIRST_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the "first record in transaction" flag.

G

getAutoCommitFlag() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Returns the value of autocommit flag.
getAutoCommitFlag() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
getConnectionString() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Returns the connection string for this data store.
getConnectionString() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
getUpdateConflictCheckFlag() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Returns the value of the flag to check update conflicts.
getUpdateConflictCheckFlag() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 

I

INSERT - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A row/tuple has been inserted.
isClosed() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Use this method to check if this object is closed.
isClosed() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
isDataStoreValid() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Checks if the datastore is valid.
isDataStoreValid() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 

M

MTYP_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field in a message that contains type information.
MVER_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field in a message that contains LFN/LFO information.

N

NULLS_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the list of fields that have null values.

R

REPL_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the "applied via replication" flag.
rollback() - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Use this method to rollback the last transaction in case of errors.
rollback() - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 

S

setAutoCommitFlag(boolean) - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Sets the flag for autocommit during apply.
setAutoCommitFlag(boolean) - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 
setUpdateConflictCheckFlag(boolean) - Method in interface com.timesten.dataserver.jakartajmsxla.TargetDataStore
Sets the flag for checking update conflicts during apply.
setUpdateConflictCheckFlag(boolean) - Method in class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
 

T

TargetDataStore - Interface in com.timesten.dataserver.jakartajmsxla
This interface is used to apply XLA update records from a source datastore to a target datastore.
TargetDataStoreImpl - Class in com.timesten.dataserver.jakartajmsxla
This class implements TargetDataStore and should be used to instantitate a TargetDataStore.
TargetDataStoreImpl(String) - Constructor for class com.timesten.dataserver.jakartajmsxla.TargetDataStoreImpl
TargetDataStore creates connections and XLA handles to the datastore.
TBLNAME_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field in a message that contains table name information.
TBLOWNER_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field in a message that contains table owner information.
TRUNCATE - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
Truncate table.
TYPE_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the message type.

U

UPDATE - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
A row has been updated.
UPDATE_DESCRIPTOR_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that return ttXlaUpdateDesc_t as a byte array.
UPDATED_COLUMNS_FIELD - Static variable in interface com.timesten.dataserver.jakartajmsxla.XlaConstants
The name of the field that contains the list of columns updated by an update statement.

X

XlaConstants - Interface in com.timesten.dataserver.jakartajmsxla
Defines numeric constants for the MapMessage __TYPE field values such as INSERT.
A C D F G I M N R S T U X 
Skip navigation links
Oracle® TimesTen In-Memory Database Jakarta JMS/XLA Java API Reference
Release 22.1

F90751-01

Copyright © 2024, Oracle and/or its affiliates.