jain.protocol.ss7.oam.mtp2
Interface Mtp2StatisticListener


public abstract interface Mtp2StatisticListener
extends OamStatisticListener

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

See Also:
Mtp2StatisticEvent

Method Summary
 void processMtp2StatisticEvent(Mtp2StatisticEvent statistic)
          Processes a Mtp Statistic emitted (as an Event) by a Mtp2LayerManager.
 

Method Detail

processMtp2StatisticEvent

public void processMtp2StatisticEvent(Mtp2StatisticEvent statistic)
Processes a Mtp Statistic emitted (as an Event) by a Mtp2LayerManager.

Once the polling of a statistic has begun by invoking the startPollingStatistic(), a Mtp2StatisticEvent will be emitted at regular intervals by the Mtp2LayerManager implementation. This is achieved by invoking this method and supplying the appropiate Mtp2StatisticEvent. 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 Mtp2StatisticEvent shall be returned to the management application as a synchronous return value, and not as an asynchronous event.

Parameters:
statistic - The Mtp2StatisticEvent 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