public interface SipResponseByRequestMethodRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: Multiple
Object Name:
com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.<method>
where:
is one of the standard SIP requests, such as INVITE, BYE, or INFO.
is one of the following:
Example:
com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.INVITE</p>
Modifier and Type | Method and Description |
---|---|
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
|