|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-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. |
Method Detail |
---|
long getReceiveSuccessCount()
long getReceiveFailedCount()
long getSentFailedCount()
long getSentSuccessCount()
|
Oracle Communications Service Broker Module MBean Java API Reference Release 6.0 E26174-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |