Field Summary |
|
final public static String | COMPONENT_BINDING |
final public static String | MAPPER_BINDING |
final public static String | PO_MANAGER_BINDING |
final public static String | TRANSACTIONAL_PERSISTENCE_MANAGER_BINDING |
protected boolean | managedEnv indicates if the transaction is managed by a J2EE environnement. |
protected PMapper | mapper is the mapper permitting to reach the prefetch cache and to invalidate
prefetched buffer at working set closing time. |
protected boolean | nontransactionalRead |
protected boolean | nontransactionalWrite |
protected boolean | optimistic Indicates if the transaction is optimistic. |
protected POManagerItf | pm Is the linked po manager. |
protected boolean | rollbackOnly Indicates if the jdo transaction must be rolledback. |
protected Synchronization | synchronization The JDO user synchronization registered (can be null if none has been
registered). |
protected TransactionItf | thisT |
protected TransactionalPersistenceManager | tpm |
public static TransactionListener | txListener |