Tests to verify SequenceManager implementations - All sequence
manager implementations have to pass these tests without failures.
Note: For the multi-threaded tests, the keys will be generated once for all tests.
author: Armin Waibel version: $Id: SequenceManagerTest.java,v 1.26.4.1 2005/07/24 23:57:42 arminw Exp $
Inner Class :public static class AbstractSMObject implements Serializable
Inner Class :public static class SMObjectOne extends AbstractSMObject
Inner Class :public static class SMObjectTwo extends AbstractSMObject
Inner Class :public static class SMAutoNaming extends AbstractSMObject
public void YYYtestSequenceManagerStoredProcedureImpl() throws Exception(Code)
Test case for internal use while developing!
Was commented out by default!
YYYtest_getUniqueIdWithTwoBrokers
public void YYYtest_getUniqueIdWithTwoBrokers() throws Exception(Code)
Test for unique **continuous** key generation
across different PB instances.
test case was written by a user - thanks.
this test was *commented out* by default, because
not all sequence manager implementations generate continuous keys
across different PB instances.