Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.common.wcsMbeanSupport
Interface RimofcfRuntimeMBean

All Superinterfaces:
com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

public interface RimofcfRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

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
 ObjectName getDiameterRuntimeMbean()
          NOT IMPLEMENTED
 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

 

Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
getObjectName, getSnmpTableIndex

 

Method Detail

getSessionCount

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

getDiameterRuntimeMbean

ObjectName getDiameterRuntimeMbean()
NOT IMPLEMENTED

Returns a reference to an instance of DiameterRuntimeMBean


getRfRuntimeMbean

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 Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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