|
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 SipSubscriptionRuntimeMBean
This class is used to monitor the SIP SUBSCRIBE/NOTIFY interface of a WCS deployment.
| Method Summary | |
|---|---|
long |
getAcceptedSubscriptionCount()The number of subscription requests (polling and long) that have been accepted (with 2xx response) by the WCS in the last measurement period. |
int |
getAverageLongSubscriptionDuration()The average duration, in milliseconds, of long subscription sessions. |
int |
getAveragePollingDuration()The average duration, in milliseconds, of polling sessions. |
long |
getLongSubscriptionCount()The number of accepted long subscription requests in the last measurement period. |
long |
getPollingCount()The number of accepted polling requests in the last measurement period. |
long |
getReceivedSubscriptionCount()The number of subscription requests (polling and long) that have been received (not necessarily accepted) by the WCS in the last measurement period. |
long |
getSubscriptionGauge()NOT IMPLEMENTED The number of currently active subscriptions (polling and long) |
long |
getTerminatedSubscriptionCount()The number of sessions (polling and long) that have been terminated (by either client or server) in last measurement period. |
| Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface |
|---|
getObjectName, getSnmpTableIndex |
| Method Detail |
|---|
long getSubscriptionGauge()
long getReceivedSubscriptionCount()
long getAcceptedSubscriptionCount()
long getPollingCount()
long getLongSubscriptionCount()
int getAveragePollingDuration()
int getAverageLongSubscriptionDuration()
long getTerminatedSubscriptionCount()
|
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 | |||||||||