Package org.apache.derby.client.net
Class ConnectionReply
java.lang.Object
org.apache.derby.client.net.ConnectionReply
- Direct Known Subclasses:
StatementReply
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectionReply
(Agent agent, ConnectionReplyInterface materialConnectionReply) -
Method Summary
Modifier and TypeMethodDescription(package private) void
readCommitSubstitute
(ConnectionCallbackInterface connection) (package private) void
readLocalCommit
(ConnectionCallbackInterface connection) (package private) void
readLocalRollback
(ConnectionCallbackInterface connection) (package private) void
readLocalXACommit
(ConnectionCallbackInterface connection) (package private) void
readLocalXARollback
(ConnectionCallbackInterface connection) (package private) void
readLocalXAStart
(ConnectionCallbackInterface connection)
-
Field Details
-
materialConnectionReply_
-
agent_
Agent agent_
-
-
Constructor Details
-
ConnectionReply
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
-
-
Method Details
-
readCommitSubstitute
- Throws:
SqlException
-
readLocalCommit
- Throws:
SqlException
-
readLocalRollback
- Throws:
SqlException
-
readLocalXAStart
- Throws:
SqlException
-
readLocalXACommit
- Throws:
SqlException
-
readLocalXARollback
- Throws:
SqlException
-