|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibersap.execution.jca.JCATransaction
public class JCATransaction
Implementation for JCA, i.e. it uses a deployed resource adapter to connect to SAP.
Constructor Summary | |
---|---|
JCATransaction(javax.resource.cci.LocalTransaction transaction)
|
Method Summary | |
---|---|
void |
begin()
|
void |
commit()
|
void |
rollback()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JCATransaction(javax.resource.cci.LocalTransaction transaction)
Method Detail |
---|
public void begin()
begin
in interface Transaction
public void commit()
commit
in interface Transaction
public void rollback()
rollback
in interface Transaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |