Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport.winRuntimeMbeans
Interface ImssfWinRuntimeMBean

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

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

ImssfWinRuntimeMBean is a root MBean for monitoring IM-SSF WIN.

Number of Instances: One

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


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

 

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

 

Method Detail

getWinRuntimeMBean

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

getTcapRuntimeMBean

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

getFullControlCount

long getFullControlCount()
Returns the number of fully controlled sessions that IM-SSF handled in the last measurement period. Full control means that IM-SSF 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-SSF handled in the last measurement period. Non-full control means that IM-SSF handled the session during the session setup only.

getSessionCount

long getSessionCount()
Returns the total number of sessions that IM-SSF handled in 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.