jain.protocol.ss7.oam.tcap
Interface TcapStatisticListener


public abstract interface TcapStatisticListener
extends OamStatisticListener

This interface defines a Tcap Statistic Listener. Tcap Statistic Events may only be emitted by the Tcap Layer Manager but will hold a reference to the MO instance for which the statistic is being collected.

See Also:
TcapStatisticEvent

Method Summary
 void processTcapStatisticEvent(TcapStatisticEvent statistic)
          Processes a Tcap Statistic emitted (as an Event) by a TcapLayerManager.
 

Method Detail

processTcapStatisticEvent

public void processTcapStatisticEvent(TcapStatisticEvent statistic)
Processes a Tcap Statistic emitted (as an Event) by a TcapLayerManager.

Once the polling of a statistic has begun by invoking the startPollingStatistic(), a TcapStatisticEvent will be emitted at regular intervals by the TcapLayerManager implementation. This is achieved by invoking this method and supplying the appropiate TcapStatisticEvent. It follows that these asynchronous statistics will always be passed to this event processing method. On the other hand, when collecting synchronous statistics using the getStatistic() method, the TcapStatisticEvent shall be returned to the management application as a synchronous return value, and not as an asynchronous event.

Parameters:
statistic - The TcapStatisticEvent to be processed.


06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems