Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.winRuntimeMbeans
Interface ImscfWinRuntimeMBean


public interface ImscfWinRuntimeMBean

ImscfWinRuntimeMBean is a root MBean for monitoring IM-SCF WIN.

Number of Instances: One

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


Method Summary
 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 handled in last measurement period
 javax.management.ObjectName getTcapRuntimeMBean()
          Returns a reference to an instance of TcapRuntimeMBean which is used to monitor the IM-SCF TCAP interface
 javax.management.ObjectName getWinRuntimeMBean()
          Returns a reference to an instance of ImscfWinRuntimeMBean which is used to monitor the IM-SCF WIN interface

 

Method Detail

getWinRuntimeMBean

javax.management.ObjectName getWinRuntimeMBean()
Returns a reference to an instance of ImscfWinRuntimeMBean which is used to monitor the IM-SCF WIN interface

getTcapRuntimeMBean

javax.management.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 IM-SCF handled the session during the session setup only.

getSessionCount

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

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.