org.cipango.diameter.api
Interface DiameterErrorListener

All Superinterfaces:
java.util.EventListener

public interface DiameterErrorListener
extends java.util.EventListener

Causes applications to be notified of various error conditions occurring during regular Diameter message processing.


Method Summary
 void noAnswerReceived(DiameterErrorEvent e)
          Invoked by the container to notify an application that no answer was received for a diameter request.
 

Method Detail

noAnswerReceived

void noAnswerReceived(DiameterErrorEvent e)
Invoked by the container to notify an application that no answer was received for a diameter request.

Parameters:
e - the event that identifies the request.


Copyright © 2010. All Rights Reserved.