org.apache.derby.client.net
Class ConnectionReply

java.lang.Object
  extended by org.apache.derby.client.net.ConnectionReply
Direct Known Subclasses:
StatementReply

public class ConnectionReply
extends java.lang.Object


Field Summary
(package private)  Agent agent_
           
private  ConnectionReplyInterface materialConnectionReply_
           
 
Constructor Summary
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
           
 
Method Summary
 void readCommitSubstitute(ConnectionCallbackInterface connection)
           
 void readLocalCommit(ConnectionCallbackInterface connection)
           
 void readLocalRollback(ConnectionCallbackInterface connection)
           
 void readLocalXACommit(ConnectionCallbackInterface connection)
           
 void readLocalXARollback(ConnectionCallbackInterface connection)
           
 void readLocalXAStart(ConnectionCallbackInterface connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

materialConnectionReply_

private ConnectionReplyInterface materialConnectionReply_

agent_

Agent agent_
Constructor Detail

ConnectionReply

ConnectionReply(Agent agent,
                ConnectionReplyInterface materialConnectionReply)
Method Detail

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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.