Interface ConnectionReplyInterface
- All Known Implementing Classes:
NetConnectionReply, NetPackageReply, NetResultSetReply, NetStatementReply, NetXAConnectionReply
interface ConnectionReplyInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadCommitSubstitute(ConnectionCallbackInterface connection) voidreadLocalCommit(ConnectionCallbackInterface connection) voidreadLocalRollback(ConnectionCallbackInterface connection) voidreadLocalXACommit(ConnectionCallbackInterface connection) voidreadLocalXARollback(ConnectionCallbackInterface connection) voidreadLocalXAStart(ConnectionCallbackInterface connection)
-
Method Details
-
readCommitSubstitute
- Throws:
DisconnectException
-
readLocalCommit
- Throws:
DisconnectException
-
readLocalRollback
- Throws:
DisconnectException
-
readLocalXAStart
- Throws:
DisconnectException
-
readLocalXACommit
- Throws:
DisconnectException
-
readLocalXARollback
- Throws:
DisconnectException
-