org.apache.derby.client.net
Interface ConnectionReplyInterface
- All Known Implementing Classes:
- NetConnectionReply, NetPackageReply, NetResultSetReply, NetStatementReply, NetXAConnectionReply
public interface ConnectionReplyInterface
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
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.