Package org.apache.derby.client.net
Interface ConnectionReplyInterface
- All Known Implementing Classes:
NetConnectionReply
,NetPackageReply
,NetResultSetReply
,NetStatementReply
,NetXAConnectionReply
interface ConnectionReplyInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readCommitSubstitute
(ConnectionCallbackInterface connection) void
readLocalCommit
(ConnectionCallbackInterface connection) void
readLocalRollback
(ConnectionCallbackInterface connection) void
readLocalXACommit
(ConnectionCallbackInterface connection) void
readLocalXARollback
(ConnectionCallbackInterface connection) void
readLocalXAStart
(ConnectionCallbackInterface connection)
-
Method Details
-
readCommitSubstitute
- Throws:
DisconnectException
-
readLocalCommit
- Throws:
DisconnectException
-
readLocalRollback
- Throws:
DisconnectException
-
readLocalXAStart
- Throws:
DisconnectException
-
readLocalXACommit
- Throws:
DisconnectException
-
readLocalXARollback
- Throws:
DisconnectException
-