Returns the status of this transaction. @return the transaction status, one of the Status constants @throws SystemException if a system error occurred
()
| 71 | * @throws SystemException if a system error occurred |
| 72 | */ |
| 73 | int getStatus() throws SystemException; |
| 74 | |
| 75 | /** |
| 76 | * Registers a synchronization callback with this transaction. |
no outgoing calls