Methods Summary |
---|
public void | delistResource(ResourceHandle resource, int xaresFlag)Delist the resource from the transaction.
|
public void | enlistResource(ResourceHandle h)Enlist the Resource handle to the transaction.
|
public java.lang.Object | getComponent()Get the component involved in invocation. Returns null , if there is
no component is involved in the current invocation.
|
public javax.transaction.Transaction | getTransaction()Returns the current Transaction, resource should be dealing with.
|
public void | registerResource(ResourceHandle handle)Register the resource for a transaction's house keeping activities.
|
public void | rollBackTransaction()Set the transaction for rolling back.
|
public void | unregisterResource(ResourceHandle resource, int xaresFlag)Unregister the resource from a transaction's list.
|