public interface ConnectionReplyInterface
| 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) |
void readCommitSubstitute(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionvoid readLocalCommit(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionvoid readLocalRollback(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionvoid readLocalXAStart(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionvoid readLocalXACommit(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionvoid readLocalXARollback(ConnectionCallbackInterface connection) throws DisconnectException
DisconnectExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.