org.apache.derby.client.net
Interface ConnectionReplyInterface

All Known Implementing Classes:
NetConnectionReply, NetPackageReply, NetResultSetReply, NetStatementReply, NetXAConnectionReply

public interface ConnectionReplyInterface


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)
           
 

Method Detail

readCommitSubstitute

void readCommitSubstitute(ConnectionCallbackInterface connection)
                          throws DisconnectException
Throws:
DisconnectException

readLocalCommit

void readLocalCommit(ConnectionCallbackInterface connection)
                     throws DisconnectException
Throws:
DisconnectException

readLocalRollback

void readLocalRollback(ConnectionCallbackInterface connection)
                       throws DisconnectException
Throws:
DisconnectException

readLocalXAStart

void readLocalXAStart(ConnectionCallbackInterface connection)
                      throws DisconnectException
Throws:
DisconnectException

readLocalXACommit

void readLocalXACommit(ConnectionCallbackInterface connection)
                       throws DisconnectException
Throws:
DisconnectException

readLocalXARollback

void readLocalXARollback(ConnectionCallbackInterface connection)
                         throws DisconnectException
Throws:
DisconnectException

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

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