org.mobicents.media.server.mgcp.tx
Interface ActionListener

All Known Implementing Classes:
Transaction

public interface ActionListener

Listener for Action.

Author:
kulikov

Method Summary
 void onComplete()
          Called when action terminates execution normally.
 void onFailure(Exception e)
          Called when action execution terminates abnormally
 void onRollback()
          Called when action was rolled back
 

Method Detail

onComplete

void onComplete()
Called when action terminates execution normally.


onFailure

void onFailure(Exception e)
Called when action execution terminates abnormally

Parameters:
e - the exception cause failure

onRollback

void onRollback()
Called when action was rolled back



Copyright © 2012 TeleStax, Inc.. All Rights Reserved.