ServerChannelRollbackTransaction Method |
Namespace: OBCOM.NetClient
This can happen while executing BeginTransaction(String, Message), ProcessTransaction(String, Message) or CommitTransaction(String, Object). This method should execute termination logic common to all failed transactions, such as performing a database rollback. Any exceptions thrown by this method generate a
NAK
This method is meant to be overriden by classes that extend {@code ServerChannel}. This default implementation uses the SendNakReply(Object) method to send a
NAK