public class HazelcastTransactionImpl extends JcaBase implements HazelcastTransaction
HazelcastTransaction| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
com.hazelcast.transaction.TransactionContext |
getTxContext() |
void |
reset()
Resets the transaction so that it can be re-used
Useful when a thread finishes without calling commit or rollback
|
void |
rollback() |
getLogWriter, setLogWriterpublic void begin()
throws javax.resource.ResourceException
begin in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceExceptionpublic void commit()
throws javax.resource.ResourceException
commit in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceExceptionpublic void rollback()
throws javax.resource.ResourceException
rollback in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceExceptionpublic void reset()
HazelcastTransactionreset in interface HazelcastTransactionpublic com.hazelcast.transaction.TransactionContext getTxContext()
Copyright © 2019. All Rights Reserved.