|
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 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 |
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 |
| Method Detail |
|---|
long getRcvCount()
long getSndCount()
javax.management.ObjectName[] getSipResponseByRequestMethodRuntimeMBean()
|
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 | ||||||||