Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface ImocfRuntimeMBean


public interface ImocfRuntimeMBean

ImocfRuntimeMBean is a root MBean for monitoring IM-OCF.

Number of Instances: One

Object Name: com.convergin:Type=ImocfRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Imocf


Method Summary
 long getAbandonSessionCount()
          Returns the number of session establishing attempts that were abandoned by a user during setup in the last measurement period
 long getAverageCallDuration()
          NOT IMPLEMENTED
 javax.management.ObjectName getDiameterRuntimeMbean()
          Returns a reference to the instance of DiameterRuntimeMBean
 long getErrorSessionCount()
          NOT IMPLEMENTED
 javax.management.ObjectName getRoRuntimeMbean()
          Returns a reference to an instance of RoRuntimeMBean
 long getServiceNotApprovedSessionCount()
          NOT IMPLEMENTED
 long getServiceTerminatedSessionCount()
          Returns the number of established sessions that were terminated by the service in the last measurement period
 long getSessionCount()
          Returns the number of sessions that IM-OCF handled in the last measurement period
 long getSessionGauge()
          NOT IMPLEMENTED
 long getUserTerminatedSessionCount()
          Returns the number of established sessions that were terminated by one of the users in the last measurement period

 

Method Detail

getSessionCount

long getSessionCount()
Returns the number of sessions that IM-OCF handled in the last measurement period

getSessionGauge

long getSessionGauge()
NOT IMPLEMENTED

Returns the number of sessions that IM-OCF is currently handling


getAbandonSessionCount

long getAbandonSessionCount()
Returns the number of session establishing attempts that were abandoned by a user during setup in the last measurement period

getErrorSessionCount

long getErrorSessionCount()
NOT IMPLEMENTED

Returns the number of attempt session establishment that failed during setup in the last measurement period


getServiceNotApprovedSessionCount

long getServiceNotApprovedSessionCount()
NOT IMPLEMENTED

Returns the number of attempt session establishment that were not approved by the service (no credit) in the last measurement period


getUserTerminatedSessionCount

long getUserTerminatedSessionCount()
Returns the number of established sessions that were terminated by one of the users in the last measurement period

getServiceTerminatedSessionCount

long getServiceTerminatedSessionCount()
Returns the number of established sessions that were terminated by the service in the last measurement period

getAverageCallDuration

long getAverageCallDuration()
NOT IMPLEMENTED

Returns the average call duration in the im-ocf


getDiameterRuntimeMbean

javax.management.ObjectName getDiameterRuntimeMbean()
Returns a reference to the instance of DiameterRuntimeMBean

getRoRuntimeMbean

javax.management.ObjectName getRoRuntimeMbean()
Returns a reference to an instance of RoRuntimeMBean

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.