public interface SipRequestByMethodRuntimeMBean
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 and INFO.
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 total number of times that a module received a specific SIP request from the network
|
javax.management.ObjectName[] |
getSipResponseByRequestMethodRuntimeMBean()
Returns an array of references to instances of SipResponseByRequestMethodRuntimeMBean
|
long |
getSndCount()
Returns the total number of times that a module sent a specific SIP request to the network
|
long getRcvCount()
long getSndCount()
javax.management.ObjectName[] getSipResponseByRequestMethodRuntimeMBean()