|
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 SipResponseByRequestMethodRuntimeMBean
SipResponseByRequestMethodRuntimeMBean to count responses to a specific request. A module instantiates one instance of SipResponseByRequestMethodRuntimeMBean for each combination of request method and response. For example, an instance can have counters for 2xx responses to INVITE requests.
Number of Instances: Multiple
Object Name: com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.<method>
where:
<method>is one of the standard SIP requests, such as INVITE, BYE, or INFO.
<response>is one of the following:
Example: com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.INVITE</p>
Method Summary | |
---|---|
long |
getRcvCount() Returns the number of times that a module received from the network a specific response to a specific request |
long |
getSndCount() Returns the number of times that a module sent a specific response to the network to a specific request |
Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface |
---|
getObjectName, getSnmpTableIndex |
Method Detail |
---|
long getRcvCount()
long getSndCount()
|
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 |