Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.wcsMbeanSupport
Interface RimofcfRuntimeMBean


public interface RimofcfRuntimeMBean

RimofcfCapRuntimeMBean is a root MBean for monitoring R-IM-OFCF.

Number of Instances: One

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


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

 

Method Detail

getSessionCount

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

getDiameterRuntimeMbean

javax.management.ObjectName getDiameterRuntimeMbean()
NOT IMPLEMENTED

Returns a reference to an instance of DiameterRuntimeMBean


getRfRuntimeMbean

javax.management.ObjectName getRfRuntimeMbean()
NOT IMPLEMENTED

Returns a reference to an instance of RfRuntimeMBean


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 6.0

E26174-01


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