|
Class Summary |
| AllTests |
This test client starts all known tests in directory xmlBlaster/testsuite/src/java/org/xmlBlaster/client
these are remote tests between clients and a running xmlBlaster. |
| TestCommand |
Testing administrative commands. |
| TestFailSafe |
Tests the fail safe behavior of the I_XmlBlasterAccess client helper class (does not test server side fail safe). |
| TestFailSafeAsync |
Tests the fail save behavior of the I_XmlBlasterAccess client helper class,
especially the asynchronous playback of messages. |
| TestFailSafePing |
Tests the fail save behavior of the I_XmlBlasterAccess client helper class,
especially the pinging to xmlBlaster. |
| TestFilePollerPlugin |
This is an interesting example, since it creates a XmlBlaster server instance
in the same JVM , but in a separate thread, talking over CORBA with it. |
| TestHistoryZero |
Tests the setting of history queue to zero. |
| TestLocalProtocol |
Test that local (in vm) client protocol works. |
| TestPersistentSession |
Tests the persistent sessions . |
| TestPtPDispatch |
Invoke examples:
|
| TestPtPPersistent |
Tests the sending of persistent PtP messages to a session
while resourcea are critical (swapping of all queues and callback
queue overflow) when both the server and client crash. |
| TestRequestResponse |
Testing XmlBlasterAccess.request() method. |
| TestStreamMessages |
This is an interesting example, since it creates a XmlBlaster server instance
in the same JVM , but in a separate thread, talking over CORBA with it. |
| TestSynchronousCache |
Here we test the client side synchronous cache for high performing getCached() invocations. |
| TestTailback |
Tests the correct reference counting for persistent messages
after recovery. |
| TestXmlBlasterAccessMultiThreaded |
Tests the thread safety of the I_XmlBlasterAccess client helper class
|