|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jbase.jremote.jca.TransactionManager
public class TransactionManager
Constructor Summary | |
---|---|
protected |
TransactionManager(JRemoteManagedConnection managedConnection)
|
Method Summary | |
---|---|
void |
begin()
Begin a transaction on this connection. |
void |
commit()
Commit a transaction on this connection. |
protected boolean |
isManagedTransaction()
|
void |
rollback()
Rollback a transaction on this connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TransactionManager(JRemoteManagedConnection managedConnection)
Method Detail |
---|
public void begin() throws javax.resource.ResourceException
Begin a transaction on this connection. Performs a callback to the managed connection begin.
begin
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
#begin()
public void commit() throws javax.resource.ResourceException
Commit a transaction on this connection. Performs a callback to the managed connection commit.
commit
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
#commit()
public void rollback() throws javax.resource.ResourceException
Rollback a transaction on this connection. Performs a callback to the managed connection rollback.
rollback
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
#rollback()
protected boolean isManagedTransaction()
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |