public 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 |
|---|---|
void |
readCommitSubstitute(ConnectionCallbackInterface connection) |
void |
readLocalCommit(ConnectionCallbackInterface connection) |
void |
readLocalRollback(ConnectionCallbackInterface connection) |
void |
readLocalXACommit(ConnectionCallbackInterface connection) |
void |
readLocalXARollback(ConnectionCallbackInterface connection) |
void |
readLocalXAStart(ConnectionCallbackInterface connection) |
private ConnectionReplyInterface materialConnectionReply_
Agent agent_
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
public void readCommitSubstitute(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionpublic void readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionpublic void readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionpublic void readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionpublic void readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionpublic void readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.