-
Interface Summary
| Interface |
Description |
| TargetDataStore |
This interface is used to apply XLA update records from a source datastore to a target datastore.
|
| XlaConstants |
Defines numeric constants for the MapMessage __TYPE field values such as INSERT.
|
-
Class Summary
| Class |
Description |
| TargetDataStoreImpl |
This class implements TargetDataStore and should be used to instantitate a TargetDataStore.
|
Package com.timesten.dataserver.jakartajmsxla Description
Provides classes and interfaces to interpret JMS/XLA API (using jakarta.jms) payload and to replicate database changes to an identical database.
JMS/XLA API with jakarta.jms can be used for the following purposes:
- To interpret database changes contained in JMS MapMessages.
- To replicate the changes contained JMS/XLA MapMessages to another identical datastore. This mechanism is useful when applications
cannot use Oracle TimesTen replication for some reason.