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) Agentagent_private ConnectionReplyInterfacematerialConnectionReply_
-
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) voidreadCommitSubstitute(ConnectionCallbackInterface connection)(package private) voidreadLocalCommit(ConnectionCallbackInterface connection)(package private) voidreadLocalRollback(ConnectionCallbackInterface connection)(package private) voidreadLocalXACommit(ConnectionCallbackInterface connection)(package private) voidreadLocalXARollback(ConnectionCallbackInterface connection)(package private) voidreadLocalXAStart(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
-
-