Class Summary |
ClientTestCase |
A test case of the jonas transaction manager in a client server configuration: The
transaction factory is on the remote server and not known by the client
Created on Oct 15, 2001 |
DistributedTestCase |
A test case of the jonas transaction manager in a distributed configuration: The
transaction factory is local but calls are made from both the JVM and a remote
VM client (that simulates another server for example). |
LocalTestCase |
A test case of the jonas transaction manager in a local configuration: The
transaction factory is local and all calls are made from the JVM. |
RemoteTestCase |
A test case of the jonas transaction manager in a remote configuration: The
transaction factory is remote, calls are made from both the JVM and a remote
VM client (that simulates another server for example). |
TraceTest |
|
XABoolean |
A boolean object that supports the 2-PC XA protocol
Created on Oct 15, 2001 |
XAInteger |
An integer that supports the 2-PC XA protocol
Created on Oct 15, 2001 |
XAIntegerServerImpl |
A remote server that can manage XAInteger
Created on Oct 15, 2001 |
XAObject |
An object that supports the 2-PC XA protocol
Created on Oct 15, 2001 |