org.apache.derby.client.net
Class ConnectionReply
java.lang.Object
org.apache.derby.client.net.ConnectionReply
- Direct Known Subclasses:
- StatementReply
public class ConnectionReply
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
materialConnectionReply_
private ConnectionReplyInterface materialConnectionReply_
agent_
Agent agent_
ConnectionReply
ConnectionReply(Agent agent,
ConnectionReplyInterface materialConnectionReply)
readCommitSubstitute
public void readCommitSubstitute(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
readLocalCommit
public void readLocalCommit(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
readLocalRollback
public void readLocalRollback(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
readLocalXAStart
public void readLocalXAStart(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
readLocalXACommit
public void readLocalXACommit(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
readLocalXARollback
public void readLocalXARollback(ConnectionCallbackInterface connection)
throws SqlException
- Throws:
SqlException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.