Java org.apache.commons.transaction.util.xa TransactionalResource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.transaction.util.xa TransactionalResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.transaction.util.xa TransactionalResource.

The text is from its open source code.

Method

voidbegin()
voidcommit()
Commits the changes done inside this transaction reasource.
intgetStatus()
Returns the current status of this transaction resource.
XidgetXid()
Returns the Xid this transctional resource is associated with.
intprepare()
Prepares the changes done inside this transaction reasource.
voidresume()
voidrollback()
Rolls back the changes done inside this transaction reasource.
voidsetStatus(int status)
Sets the status of this transctional resource.
voidsuspend()