|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--jain.protocol.ss7.oam.OamStatisticEvent
|
+--jain.protocol.ss7.oam.mtp3.Mtp3StatisticEvent
A Mtp3StatisticEvent is an Event emitted by a Mtp3 Managed Object(MO) to indicate a statistic measurement of the MO. This Event should be sent to all applications that have registered with the Mtp Layer MO as a Mtp Statistic Listener.
| Field Summary | |
static int |
MTP3_ADJ_SP_INACCESSIBLE
Adjacent SP inaccessible Measuring - Signalling Point Status |
static int |
MTP3_DUR_ADJ_SP_INACCESSIBLE
Duration of adjacent SP inaccessible Measuring - Signalling Point Status |
static int |
MTP3_DUR_LINK_IN_SERV
Duration of link in the In-service state Measures - Signal Link Points and Performance |
static int |
MTP3_DUR_SL_UNAVAILABILITY
Duration of SL unavailability (for any reason) Measuring - Signalling Link available |
static int |
MTP3_DUR_UNAVAILABILITY
Duration of unavailability in 4.9 Measuring - Signalling link set and route set availability |
static int |
MTP3_MSU_DISCARD_ROUTE_DATA_ERR
MSU discarded due to a routing data error Measuring - Signalling Point Status |
static int |
MTP3_MSU_DISCARD_SL_CONGESTION
MSUs discarded due to SL congestion Measuring - Signalling Link Utilization |
static int |
MTP3_NUM_SIF_SIO_RECIEVED
Number of SIF and SIO octets received Measuring - Signalling Link Utilization |
static int |
MTP3_NUM_SIF_SIO_TRANS
Number of SIF and SIO octets transmitted Measuring - Signalling Link Utilization |
static int |
MTP3_NUM_SIG_UNITS_RECEIVED_ERR
Number of signal units received in error Measuring - Signal Link Points and Performance |
static int |
MTP3_SL_FAILURE
SL failure - All reasons Measuring - Signal Link Points and Performance |
static int |
MTP3_UNAVAILABILITY_ROUTE_SET
Unavailability of route set to a given destination or set of destinations Measuring - Signalling link set and route set availability |
| Fields inherited from class jain.protocol.ss7.oam.OamStatisticEvent |
CATEGORY_CONFIGURATION,
CATEGORY_FAULT,
CATEGORY_PERFORMANCE |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
Mtp3StatisticEvent(OamLayer source,
int category,
int statisticType,
int statistic)
Constructs a new Mtp3StatisticEvent. |
|
| Methods inherited from class jain.protocol.ss7.oam.OamStatisticEvent |
getCategory,
getStatistic,
getStatisticType,
setCategory,
setStatistic,
setStatisticType |
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static final int MTP3_DUR_LINK_IN_SERV
public static final int MTP3_SL_FAILURE
public static final int MTP3_NUM_SIG_UNITS_RECEIVED_ERR
public static final int MTP3_DUR_SL_UNAVAILABILITY
public static final int MTP3_NUM_SIF_SIO_TRANS
public static final int MTP3_NUM_SIF_SIO_RECIEVED
public static final int MTP3_MSU_DISCARD_SL_CONGESTION
public static final int MTP3_UNAVAILABILITY_ROUTE_SET
public static final int MTP3_DUR_UNAVAILABILITY
public static final int MTP3_ADJ_SP_INACCESSIBLE
public static final int MTP3_DUR_ADJ_SP_INACCESSIBLE
public static final int MTP3_MSU_DISCARD_ROUTE_DATA_ERR
| Constructor Detail |
public Mtp3StatisticEvent(OamLayer source,
int category,
int statisticType,
int statistic)
Mtp3StatisticEvent.source - The Managed Object that emitted this Event.category - The priority of this Mtp3Statisticvent.
This may be any of the inherited types:
statisticType - The type of this statistic. This may be any one of the
Statistic Type constants defined in this class.statistic - The statistic information gathered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||