|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| org.jboss.blacktie.jatmibroker.jab | |
| org.jboss.blacktie.jatmibroker.jab.factory | |
| Uses of TransactionException in org.jboss.blacktie.jatmibroker.jab |
|---|
| Methods in org.jboss.blacktie.jatmibroker.jab that throw TransactionException | |
|---|---|
void |
JABServiceInvoker.call(JABTransaction tx)
Call the remote service within the scope of the transaction specified in the signature of the invocation. |
void |
JABTransaction.commit()
|
void |
JABTransaction.rollback_only()
|
void |
JABTransaction.rollback()
|
| Constructors in org.jboss.blacktie.jatmibroker.jab that throw TransactionException | |
|---|---|
JABTransaction(JABSession aJABSession,
int aTimeout)
|
|
| Uses of TransactionException in org.jboss.blacktie.jatmibroker.jab.factory |
|---|
| Methods in org.jboss.blacktie.jatmibroker.jab.factory that throw TransactionException | |
|---|---|
Transaction |
JABConnection.beginTransaction(int timeout)
Begin a new transaction. |
JABResponse |
JABConnection.call(String serviceName,
JABBuffer toSend,
Transaction transaction,
String bufferType,
String bufferSubType)
Invoke the service specified by the first parameter. |
void |
Transaction.commit()
Commit the work performed within the scope of this transaction |
void |
Transaction.rollback()
Discard the work associated with this transaction |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||