public interface SipSubscriptionRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Modifier and Type | Method and Description |
---|---|
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.
|
long getSubscriptionGauge()
long getReceivedSubscriptionCount()
long getAcceptedSubscriptionCount()
long getPollingCount()
long getLongSubscriptionCount()
int getAveragePollingDuration()
int getAverageLongSubscriptionDuration()
long getTerminatedSubscriptionCount()