Package org.apache.jdo.tck.api.persistencemanager.close

Class Summary
AfterCloseAllMethodsThrowException Title: AfterCloseAllMethodsThrowException
Keywords: exception
Assertion IDs: A12.5-6
Assertion Description: After the PersistenceManager.close method completes, all methods on PersistenceManager except isClosed throw a JDOFatalUserException.
CloseThrowsExceptionWhenActiveTx Title: Close Throws Exception
Keywords: exception
Assertion IDs: A12.6-2.
IsClosedIsFalseUponConstruction Title: Is Closed returns false Upon Construction
Keywords:
Assertion IDs: A12.5-3
Assertion Description: The PersistenceManager.isClosed method returns false upon construction of the PersistenceManager instance.
IsClosedIsFalseUponRetrievalFromPool Title: Is Closed Is False Upon Retrieval From a Pool
Keywords:
Assertion IDs: A12.5-4
Assertion Description: The PersistenceManager.isClosed method returns false upon retrieval of a PersistenceManager from a pool.
IsClosedIsTrueAfterClose Title: Is Closed Is True After Close
Keywords:
Assertion IDs: A12.5-5
Assertion Description: The PersistenceManager.isClosed method returns true only after the closemethod completes successfully, meaning the PersistenceManager has been closed.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.