Package org.apache.derby.client.net
Class ConnectionReply
- java.lang.Object
-
- org.apache.derby.client.net.ConnectionReply
-
- Direct Known Subclasses:
StatementReply
class ConnectionReply extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Agent
agent_
private ConnectionReplyInterface
materialConnectionReply_
-
Constructor Summary
Constructors Constructor Description ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (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 Detail
-
materialConnectionReply_
private ConnectionReplyInterface materialConnectionReply_
-
agent_
Agent agent_
-
-
Constructor Detail
-
ConnectionReply
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
-
-
Method Detail
-
readCommitSubstitute
void readCommitSubstitute(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
readLocalCommit
void readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
readLocalRollback
void readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
readLocalXAStart
void readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
readLocalXACommit
void readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
readLocalXARollback
void readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
- Throws:
SqlException
-
-