|
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 SipRequestByMethodRuntimeMBean
SipRequestByMethodRutimeMBean enables you to count the number of times that a specific SIP request was sent to, and received from, the network. A module instantiates one instance of SipRequestByMethodRutimeMBean for each SIP request.
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 and INFO.
Example: com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.INVITE</p>
Method Summary | |
---|---|
long |
getRcvCount() Returns the total number of times that a module received a specific SIP request from the network |
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 |
Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface |
---|
getObjectName, getSnmpTableIndex |
Method Detail |
---|
long getRcvCount()
long getSndCount()
ObjectName[] getSipResponseByRequestMethodRuntimeMBean()
|
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 |