Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface RimocfRuntimeMBean


public interface RimocfRuntimeMBean

RimocfCapRuntimeMBean is a root MBean for monitoring R-IM-OCF.

Number of Instances: One

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


Method Summary
 long getAbandonSessionCount()
          NOT IMPLEMENTED
 javax.management.ObjectName getDiameterRuntimeMbean()
          NOT IMPLEMENTED
 javax.management.ObjectName getRoRuntimeMbean()
          NOT IMPLEMENTED
 long getServiceTerminatedSessionCount()
          NOT IMPLEMENTED
 long getSessionCount()
          Returns the number of sessions that R-IM-OCF handled in the last measurement period
 long getUserTerminatedSessionCount()
          NOT IMPLEMENTED

 

Method Detail

getSessionCount

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

getDiameterRuntimeMbean

javax.management.ObjectName getDiameterRuntimeMbean()
NOT IMPLEMENTED

Returns a reference to an instance of DiameterRuntimeMBean


getRoRuntimeMbean

javax.management.ObjectName getRoRuntimeMbean()
NOT IMPLEMENTED

Returns a reference to an instance of RoRuntimeMBean


getAbandonSessionCount

long getAbandonSessionCount()
NOT IMPLEMENTED

Returns the number of session establishing attempts that were abandoned by a user during setup


getUserTerminatedSessionCount

long getUserTerminatedSessionCount()
NOT IMPLEMENTED

Returns the number of established sessions that were terminated by one of the users


getServiceTerminatedSessionCount

long getServiceTerminatedSessionCount()
NOT IMPLEMENTED

Returns the number of established sessions that were terminated by the service


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.