|
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.cci.CCILocalTransactionManager
public class CCILocalTransactionManager
Constructor Summary | |
---|---|
CCILocalTransactionManager(JConnection c)
|
Method Summary | |
---|---|
void |
begin()
Begin a transaction on this connection. |
void |
commit()
Commit a transaction on this connection. |
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 |
---|
public CCILocalTransactionManager(JConnection c)
Method Detail |
---|
public void begin() throws javax.resource.ResourceException
Begin a transaction on this connection.
begin
in interface javax.resource.cci.LocalTransaction
javax.resource.ResourceException
#begin()
public void commit() throws javax.resource.ResourceException
Commit a transaction on this connection.
commit
in interface javax.resource.cci.LocalTransaction
javax.resource.ResourceException
#commit()
public void rollback() throws javax.resource.ResourceException
Rollback a transaction on this connection.
rollback
in interface javax.resource.cci.LocalTransaction
javax.resource.ResourceException
#rollback()
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |