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