class ConnectionReply
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Agent |
agent_ |
private ConnectionReplyInterface |
materialConnectionReply_ |
Constructor and Description |
---|
ConnectionReply(Agent agent,
ConnectionReplyInterface materialConnectionReply) |
Modifier and Type | Method and 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) |
private ConnectionReplyInterface materialConnectionReply_
Agent agent_
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
void readCommitSubstitute(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
SqlException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.