public interface TxAssociation
| Modifier and Type | Method and Description |
|---|---|
void |
begin(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
commit(com.arjuna.ats.internal.jts.ControlWrapper tx) |
String |
name() |
void |
resume(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
rollback(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void |
suspend(com.arjuna.ats.internal.jts.ControlWrapper tx) |
void begin(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
SystemExceptionvoid commit(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
SystemExceptionvoid rollback(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
SystemExceptionvoid suspend(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
SystemExceptionvoid resume(com.arjuna.ats.internal.jts.ControlWrapper tx)
throws SystemException
SystemExceptionString name()
Copyright © 2012. All Rights Reserved.