|
||||||||||
| 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.sccp.SccpStatisticEvent
A SccpAlarmEvent is an Event emitted by a Sccp Managed Object(MO) to indicate a statistic measurement of that MO. This Event should be sent to all applications that have registered with the Sccp Layer MO as a Sccp Statistic Listener.
| Field Summary | |
static int |
SCCP_FAIL_OF_RELEASE_COMPLETE_SUPERVISION
Failure of release complete supervision Measures - SCCP error performce |
static int |
SCCP_HOP_COUNTER_VIOLATION
Hop counter violation (XUDT, XUDTS, LUDT, LUDTS and CR) Measures - SCCP error performce |
static int |
SCCP_MSG_TOO_LARGE_FOR_SEG
Message too large for segmentation Measures - SCCP error performce |
static int |
SCCP_PROVIDER_INI_RELEASE_OF_CONNECTION
Provider initiated release of a connection Measures - SCCP error performce |
static int |
SCCP_PROVIDER_INI_RESET_OF_A_CONNECTION
Provider initiated reset of a connection Measures - SCCP error performce |
static int |
SCCP_REASSEMBLY_ERR_SEG_RECEIVED_OUT_OF_SEQ
Reassembly error - Segment received out of sequence (inc. |
static int |
SCCP_REASSEMBLY_ERR_TIME_T_REASS_EXPIRY
Reassembly error - Timer T_reass Expiry Measures - SCCP error performce |
static int |
SCCP_REASSEMBLY_ERROR_NO_REASSEMBLY_SPACE
Reassembly error - No reassembly space Measures - SCCP error performce |
static int |
SCCP_ROURING_FAIL_UNQUALIFIED
Routing Failure - Unqualified Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_NETWORK_CONGESTION
Routing Failure - Network Congestion Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_NETWORK_FAILURE
Routing Failure - Network Failure (Point Code not available) Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_NO_TRANS_FOR_ADD
Routing Failure - No translation for address of such nature Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_NO_TRANS_FOR_THIS_SPEC_ADD
Routing Failure - No translation for this specific addressa Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_SUBSYSTEM_CONGESTION
Routing Failure - Subsystem Congestion Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_SUBSYSTEM_FAIL
Routing Failure - Subsystem Failure (unavailable) Measures - SCCP error performce |
static int |
SCCP_ROUTING_FAIL_UNEQUIPPED_USER
Routing Failure - Unequipped user (Subsystem) Measures - SCCP error performce |
static int |
SCCP_SEG_ERR_SEG_FAIL
Segmentation error - Segmentation failed Measures - SCCP error performce |
static int |
SCCP_SYNTAX_ERROR_DETECTED
Syntax Error Detected Measures - SCCP error performce |
static int |
SCCP_TIMER_T_IAR_EXPIRY
Timer T(iar) expiry Measures - SCCP error performce |
| 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 | |
SccpStatisticEvent(SccpLayerMO source,
int category,
int statisticType,
int statistic)
Constructs a new SccpStatisticEvent. |
|
| 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 SCCP_ROUTING_FAIL_NO_TRANS_FOR_ADD
public static final int SCCP_ROUTING_FAIL_NO_TRANS_FOR_THIS_SPEC_ADD
public static final int SCCP_ROUTING_FAIL_NETWORK_FAILURE
public static final int SCCP_ROUTING_FAIL_NETWORK_CONGESTION
public static final int SCCP_ROUTING_FAIL_SUBSYSTEM_FAIL
public static final int SCCP_ROUTING_FAIL_SUBSYSTEM_CONGESTION
public static final int SCCP_ROUTING_FAIL_UNEQUIPPED_USER
public static final int SCCP_SYNTAX_ERROR_DETECTED
public static final int SCCP_ROURING_FAIL_UNQUALIFIED
public static final int SCCP_REASSEMBLY_ERR_TIME_T_REASS_EXPIRY
public static final int SCCP_REASSEMBLY_ERR_SEG_RECEIVED_OUT_OF_SEQ
public static final int SCCP_REASSEMBLY_ERROR_NO_REASSEMBLY_SPACE
public static final int SCCP_HOP_COUNTER_VIOLATION
public static final int SCCP_MSG_TOO_LARGE_FOR_SEG
public static final int SCCP_FAIL_OF_RELEASE_COMPLETE_SUPERVISION
public static final int SCCP_TIMER_T_IAR_EXPIRY
public static final int SCCP_PROVIDER_INI_RESET_OF_A_CONNECTION
public static final int SCCP_PROVIDER_INI_RELEASE_OF_CONNECTION
public static final int SCCP_SEG_ERR_SEG_FAIL
| Constructor Detail |
public SccpStatisticEvent(SccpLayerMO source,
int category,
int statisticType,
int statistic)
SccpStatisticEvent.source - The Managed Object that emitted this Event.category - The category of this SccpStatisticEvent.
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 | |||||||||