Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface SipSubscriptionRuntimeMBean


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.

 

Method Detail

getSubscriptionGauge

long getSubscriptionGauge()
NOT IMPLEMENTED The number of currently active subscriptions (polling and long)

getReceivedSubscriptionCount

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.

getAcceptedSubscriptionCount

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.

getPollingCount

long getPollingCount()
The number of accepted polling requests in the last measurement period. This counter shows the number of accepted polling requests relatively to the total number of accepted subscriptions given by getAcceptedSubscriptionCount().

getLongSubscriptionCount

long getLongSubscriptionCount()
The number of accepted long subscription requests in the last measurement period. This counter shows the number of accepted long subscription requests relatively to the total number of accepted subscriptions given by getAcceptedSubscriptionCount().

getAveragePollingDuration

int getAveragePollingDuration()
The average duration, in milliseconds, of polling sessions.

getAverageLongSubscriptionDuration

int getAverageLongSubscriptionDuration()
The average duration, in milliseconds, of long subscription sessions.

getTerminatedSubscriptionCount

long getTerminatedSubscriptionCount()
The number of sessions (polling and long) that have been terminated (by either client or server) in last measurement period.

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.