org.jdiameter.api
Interface OverloadListener


public interface OverloadListener

This class allows processed stack overloaded notification

Version:
1.5.1 Final

Method Summary
 void overloadCeased(URI peer)
          Notifies this OverloadListener that the stack has overload cased
 void overloadDetected(URI peer, double value)
          Notifies this OverloadListener that the stack has overload.
 

Method Detail

overloadDetected

void overloadDetected(URI peer,
                      double value)
Notifies this OverloadListener that the stack has overload.

Parameters:
peer - listening peer
value - value of overload

overloadCeased

void overloadCeased(URI peer)
Notifies this OverloadListener that the stack has overload cased

Parameters:
peer - listening peer


Copyright © 2010. All Rights Reserved.