Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport.winRuntimeMbeans
Interface ImscfAinRuntimeMBean

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

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

ImscfAinRuntimeMBean is a root MBean for monitoring IM-SCF AIN.

Number of Instances: One

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


Method Summary
 ObjectName getAinRuntimeMBean()
          Returns a reference to an instance of AinRuntimeMBean which is used to monitor the IM-SCF AIN interface
 long getFullControlCount()
          Returns the number of fully controlled sessions that IM-SCF handled in the last measurement period.
 long getInitialControlCount()
          Returns the number of non-fully controlled sessions that IM-SCF handled in the last measurement period.
 long getSessionCount()
          Returns the total number of sessions that IM-SCF AIN handled in the last measurement period
 ObjectName getTcapRuntimeMBean()
          Returns a reference to an instance of TcapRuntimeMBean which is used to monitor the IM-SCF TCAP interface

 

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

 

Method Detail

getAinRuntimeMBean

ObjectName getAinRuntimeMBean()
Returns a reference to an instance of AinRuntimeMBean which is used to monitor the IM-SCF AIN interface

getTcapRuntimeMBean

ObjectName getTcapRuntimeMBean()
Returns a reference to an instance of TcapRuntimeMBean which is used to monitor the IM-SCF TCAP interface

getFullControlCount

long getFullControlCount()
Returns the number of fully controlled sessions that IM-SCF handled in the last measurement period. Full control means that IM-SCF handled the session during the session setup and continues to handle this session after the session is established.

getInitialControlCount

long getInitialControlCount()
Returns the number of non-fully controlled sessions that IM-SCF handled in the last measurement period. Non-full control means that the IM-SCF handled the session during the session setup only.

getSessionCount

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

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.