jain.protocol.ss7.oam.tcap
Class TcapStatisticEvent
java.lang.Object
|
+--java.util.EventObject
|
+--jain.protocol.ss7.oam.OamStatisticEvent
|
+--jain.protocol.ss7.oam.tcap.TcapStatisticEvent
- public class TcapStatisticEvent
- extends OamStatisticEvent
A TcapStatisticEvent is an Event emitted by a Tcap Managed Object(MO)
to indicate a statistic measurement of that MO.
This Event should be sent to all applications that have registered with the
Tcap Layer MO as a
Tcap Statistic Listener.
- See Also:
- Serialized Form
|
Field Summary |
static int |
TCAP_BISTOL_RECEIVED
bisTOL number of messages received by the node
Measures - Local TC utilization |
static int |
TCAP_BISTOL_SENT
bisTOL number of TC messages sent by the node. |
static int |
TCAP_PROT_ERR_COMP_PORT
Protocol error detected in component portion - with probelm code:
unrecognised component
mistyped component
badly structured component
Measures - TC Fault Measurements |
static int |
TCAP_PROT_ERR_TRANS_PORT1
Protocol error detected in transaction portion - with P_ABORT:
unrecognised TID
resource limitation
Measures - TC Fault Measurements |
static int |
TCAP_PROT_ERR_TRANS_PORT2
Protocol error detected in transaction portion - with P_ABORT:
unrecognised message type
incorrect TP
badly formatted TP
Measures - TC Fault Measurements |
static int |
TCAP_UDT_ORIG_CLASS_SSN
Total (L)(X)UDT messages originated per class and source SSN
Measures - Utilization |
static int |
TCAP_UDT_TERM_CLASS_SSN
Total (L)(X)UDT messages terminated per class and sink SSN
Measures - Utilization |
| Fields inherited from class java.util.EventObject |
source |
| 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 |
TCAP_UDT_ORIG_CLASS_SSN
public static final int TCAP_UDT_ORIG_CLASS_SSN
- Total (L)(X)UDT messages originated per class and source SSN
Measures - Utilization
TCAP_UDT_TERM_CLASS_SSN
public static final int TCAP_UDT_TERM_CLASS_SSN
- Total (L)(X)UDT messages terminated per class and sink SSN
Measures - Utilization
TCAP_BISTOL_SENT
public static final int TCAP_BISTOL_SENT
- bisTOL number of TC messages sent by the node.
Measures - Local TC utilization
TCAP_BISTOL_RECEIVED
public static final int TCAP_BISTOL_RECEIVED
- bisTOL number of messages received by the node
Measures - Local TC utilization
TCAP_PROT_ERR_TRANS_PORT1
public static final int TCAP_PROT_ERR_TRANS_PORT1
- Protocol error detected in transaction portion - with P_ABORT:
- unrecognised TID
- resource limitation
Measures - TC Fault Measurements
TCAP_PROT_ERR_TRANS_PORT2
public static final int TCAP_PROT_ERR_TRANS_PORT2
- Protocol error detected in transaction portion - with P_ABORT:
- unrecognised message type
- incorrect TP
- badly formatted TP
Measures - TC Fault Measurements
TCAP_PROT_ERR_COMP_PORT
public static final int TCAP_PROT_ERR_COMP_PORT
- Protocol error detected in component portion - with probelm code:
- unrecognised component
- mistyped component
- badly structured component
Measures - TC Fault Measurements
TcapStatisticEvent
public TcapStatisticEvent(TcapLayerMO source,
int category,
int statisticType,
int statistic)
- Constructs a new
TcapStatisticEvent.
- Parameters:
source - The TCAP Layer Managed Object that emitted this Event.category - The category of this TcapStatisticEvent.
This may be any of the inherited types:
- CATEGORY_FAULT
- CATEGORY_CONFIGURATION
- CATEGORY_PERFORMANCE
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.
01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.ComCopyright - 1999 Sun Microsystems