|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TcapMessageCountRuntimeMBean
TcapMessageCountRuntimeMBean enables you to count the following messages of the TCAP transaction sublayer:
A module instantiates one instance of TcapMessageCountRuntimeMBean for each direction of each message.
Number of Instances: Multiple
Object Name: com.convergin:Type=TcapMessageCountRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.<tcap-message> where
<tcap-message>
is one of the following:
For example: com.convergin:Type=TcapMessageCountRuntime,Version=<version>, Location=<server-name>,Name=imscfcap1_instance.UniFromApplication
NOTE: If you want to count TC-P-ABORT messages, use TcapPAbortCountRuntimeMBean.
| Method Summary | |
|---|---|
long |
getReceiveFailedCount()Returns the number of messages that a module received but failed to process successfully in the last measurement period. |
long |
getReceiveSuccessCount()Returns the number of messages that a module received and processed successfully in the last measurement period. |
long |
getSentFailedCount()Returns the number of messages that a module failed to send to the SS7 network in the last measurement period |
long |
getSentSuccessCount()Returns the number of messages that a module successfully sent to the SS7 network in the last measurement period. |
| Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface |
|---|
getObjectName, getSnmpTableIndex |
| Method Detail |
|---|
long getReceiveSuccessCount()
long getReceiveFailedCount()
long getSentFailedCount()
long getSentSuccessCount()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||