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
SqlExceptionvoid readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.