Class CciJMSTransaction
java.lang.Object
org.eclipse.persistence.internal.eis.adapters.jms.CciJMSTransaction
- All Implemented Interfaces:
LocalTransaction
INTERNAL:
Transaction to Oracle JMS JCA adapter.
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
isInTransaction
protected boolean isInTransaction -
connection
-
-
Constructor Details
-
CciJMSTransaction
Default constructor.
-
-
Method Details
-
begin
Record that a transaction has begun.- Specified by:
begin
in interfaceLocalTransaction
- Throws:
EISException
-
isInTransaction
public boolean isInTransaction()Return if currently within a transaction.- Returns:
- true if currently in a transaction, false otherwise
-
commit
Write each of the transactional DOM records back to their files.- Specified by:
commit
in interfaceLocalTransaction
- Throws:
EISException
-
rollback
Throw away each of the DOM records in the transactional cache.- Specified by:
rollback
in interfaceLocalTransaction
- Throws:
EISException
-