public class ActiveMQRALocalTransaction extends Object implements javax.resource.spi.LocalTransaction
| Constructor and Description |
|---|
ActiveMQRALocalTransaction(ActiveMQRAManagedConnection mc)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begin
|
void |
commit()
Commit
|
void |
rollback()
Rollback
|
public ActiveMQRALocalTransaction(ActiveMQRAManagedConnection mc)
mc - The managed connectionpublic void begin()
throws javax.resource.ResourceException
begin in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceException - Thrown if the operation failspublic void commit()
throws javax.resource.ResourceException
commit in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceException - Thrown if the operation failspublic void rollback()
throws javax.resource.ResourceException
rollback in interface javax.resource.spi.LocalTransactionjavax.resource.ResourceException - Thrown if the operation failsCopyright © 2020 The Apache Software Foundation. All Rights Reserved.