| |
|
| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.tck.PersistenceManagerTck
Inner Class :class PMThread implements Runnable | |
HOLLOW | final public static int HOLLOW(Code) | | |
ILLEGAL_STATE | final public static int ILLEGAL_STATE(Code) | | |
NUM_STATES | final public static int NUM_STATES(Code) | | |
PERSISTENT_CLEAN | final public static int PERSISTENT_CLEAN(Code) | | |
PERSISTENT_DELETED | final public static int PERSISTENT_DELETED(Code) | | |
PERSISTENT_DIRTY | final public static int PERSISTENT_DIRTY(Code) | | |
PERSISTENT_NEW | final public static int PERSISTENT_NEW(Code) | | |
PERSISTENT_NEW_DELETED | final public static int PERSISTENT_NEW_DELETED(Code) | | |
PERSISTENT_NONTRANSACTIONAL | final public static int PERSISTENT_NONTRANSACTIONAL(Code) | | |
TRANSIENT | final public static int TRANSIENT(Code) | | |
TRANSIENT_CLEAN | final public static int TRANSIENT_CLEAN(Code) | | |
TRANSIENT_DIRTY | final public static int TRANSIENT_DIRTY(Code) | | |
pm10 | static PersistenceManager pm10(Code) | | |
pm20 | static PersistenceManager pm20(Code) | | |
PersistenceManagerTck | public PersistenceManagerTck(String s)(Code) | | |
closePM | protected void closePM()(Code) | | |
complete | protected synchronized void complete()(Code) | | |
createBasicAInstance | public Object createBasicAInstance()(Code) | | |
getPM | protected PersistenceManager getPM()(Code) | | |
getStateOfInstance | public static String getStateOfInstance(Object o)(Code) | | This utility method returns a String that indicates the current state of an instance.
Parameters: o - The object. The current state of the instance, by using the JDOHelper stateinterrogation methods. |
isOptimisticSupported | public static boolean isOptimisticSupported()(Code) | | Reports whether Optimistic is supported.
|
loadProperties | protected Properties loadProperties(String fileName)(Code) | | This method load Properties from a given file.
|
testConcurrentPersistenceManagersSameClasses | public void testConcurrentPersistenceManagersSameClasses()(Code) | | |
testDeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager | public void testDeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager()(Code) | | |
testGetObjectById | public void testGetObjectById()(Code) | | |
testOneInstanceOfObjectPerPersistenceManager | public void testOneInstanceOfObjectPerPersistenceManager()(Code) | | |
testRefreshAllWithNoParameters | public void testRefreshAllWithNoParameters()(Code) | | |
testRefreshSideEffects | public void testRefreshSideEffects()(Code) | | |
testThreadSafe | public void testThreadSafe()(Code) | | |
|
|
|