|
||||||||||
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 Layer Manager containing a particular statistic collected for a particular MTP3 Managed Object This Event should be sent to all applications that have registered with the Mtp3 Layer Manager as a Mtp3 Statistic Listener.
Field Summary | |
static int |
MTP3_ADJ_SP_INACCESSIBLE
A MTP3 Statistic Type constant: Adjacent SP inaccessible. |
static int |
MTP3_DUR_ADJ_SP_INACCESSIBLE
A MTP3 Statistic Type constant: Duration of adjacent SP inaccessible. |
static int |
MTP3_DUR_LINK_IN_SERV
A MTP3 Statistic Type constant: Duration of link in the In-service state. |
static int |
MTP3_DUR_SL_UNAVAILABILITY
A MTP3 Statistic Type constant: Duration of SL unavailability (for any reason). |
static int |
MTP3_DUR_UNAVAILABILITY
A MTP3 Statistic Type constant: Duration of unavailability of a routeset to a given destination or set of destinations. |
static int |
MTP3_MSU_DISCARD_ROUTE_DATA_ERR
A MTP3 Statistic Type constant: MSU discarded due to a routing data error. |
static int |
MTP3_NUM_SIG_UNITS_RECEIVED_ERR
A MTP3 Statistic Type constant: Number of signal units received in error. |
static int |
MTP3_SL_FAILURE
A MTP3 Statistic Type constant: SL failure - All reasons. |
static int |
MTP3_UNAVAILABILITY_ROUTE_SET
A MTP3 Statistic Type constant: Unavailability of routeset to a given destination or set of destinations. |
Fields inherited from class jain.protocol.ss7.oam.OamStatisticEvent |
CATEGORY_CONFIGURATION,
CATEGORY_FAULT,
CATEGORY_PERFORMANCE,
managedObject,
statisticType |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
Mtp3StatisticEvent(OamLayerManager source,
int category,
int statisticType,
int statisticValue,
Mtp3ManagedObject managedObject)
Constructs a new Mtp3StatisticEvent . |
Method Summary | |
Mtp3ManagedObject |
getManagedObject()
Returns the MTP3 Managed Object for which this statistic was collected. |
void |
setManagedObject(Mtp3ManagedObject mtp3MO)
Sets the MTP3 Managed Object for which this statistic was collected |
void |
setStatisticType(int statisticType)
Sets the Type of this MTP3 Statistic Event |
java.lang.String |
toString()
Returns a string representation (with details) of classes which extend this class. |
Methods inherited from class jain.protocol.ss7.oam.OamStatisticEvent |
getCategory,
getStatisticType,
getStatisticValue,
setCategory,
setStatisticValue |
Methods inherited from class java.util.EventObject |
getSource |
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
Measuring: Signal Link Points and Performance
Collected For: LinkMO
ITU Q.752 Measurement Number: 1.1
Units: seconds / LinkMO
public static final int MTP3_SL_FAILURE
Measuring: Signal Link Points and Performance
Collected For: LinkMO
ITU Q.752 Measurement Number: 1.2
Units: Events / LinkMO
public static final int MTP3_NUM_SIG_UNITS_RECEIVED_ERR
Measuring: Signal Link Points and Performance
Collected For: LinkMO
ITU Q.752 Measurement Number: 1.8
Units: Events / LinkMO
public static final int MTP3_DUR_SL_UNAVAILABILITY
Measuring: Signalling Link available
Collected For: LinkMO
ITU Q.752 Measurement Number: 2.1
Units: seconds / LinkMO
public static final int MTP3_UNAVAILABILITY_ROUTE_SET
Measuring: Signalling linkset and routeset availability
Collected For: Mtp3SapMO
ITU Q.752 Measurement Number: 4.9
Units: Events / Mtp3SapMO
public static final int MTP3_DUR_UNAVAILABILITY
Measuring: Signalling linkset and routeset availability
Collected For: Mtp3SapMO
ITU Q.752 Measurement Number: 4.10
Units: seconds / Mtp3SapMO
public static final int MTP3_ADJ_SP_INACCESSIBLE
Measuring: Signalling Point Status
Collected For: Mtp3SapMO
ITU Q.752 Measurement Number: 5.1
Units: Event / Mtp3SapMO
public static final int MTP3_DUR_ADJ_SP_INACCESSIBLE
Measuring: Signalling Point Status
Collected For: Mtp3SapMO
ITU Q.752 Measurement Number: 5.2
Units: seconds / Mtp3SapMO
public static final int MTP3_MSU_DISCARD_ROUTE_DATA_ERR
Measuring: Signalling Point Status
Collected For: Mtp3SapMO
ITU Q.752 Measurement Number: 5.5
Units: MSUs / Mtp3SapMO
Constructor Detail |
public Mtp3StatisticEvent(OamLayerManager source, int category, int statisticType, int statisticValue, Mtp3ManagedObject managedObject)
Mtp3StatisticEvent
.source
- The MTP3 Layer Manager that emitted this Event.category
- The priority of this Mtp3StatisticEvent.
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.statisticValue
- The statistic ValuemanagedObject
- the MTP3 managed object for which the statistic was collectedMethod Detail |
public Mtp3ManagedObject getManagedObject()
public void setManagedObject(Mtp3ManagedObject mtp3MO) throws java.lang.NullPointerException
mtp3MO
- the MTP3 Managed Object for which this statistic was collectedpublic void setStatisticType(int statisticType) throws java.lang.IllegalArgumentException
statisticType
- one of the defined MTP3 Statistic Types.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |