Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface ImssfCapRuntimeMBean

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

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

ImssfCapRuntimeMBean is a root MBean for monitoring IM-SSF CAP.

Number of Instances: One

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


Method Summary
 ObjectName getCapRuntimeMBean()
          Returns a reference to an instance of CapRuntimeMBean which is used to monitor the IM-SSF CAP interface
 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 getOSideSessionCount()
          Returns the number of sessions that triggered a service on the O-side
 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
 long getTSideSessionCount()
          Returns the number of sessions that triggered a service on the T-side
 int getTssfExpiryCount()
          Returns the number of times that Tssf expired
 int getUserInteractionCount()
          Returns the number of sessions that included interaction with a media resource

 

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

 

Method Detail

getCapRuntimeMBean

ObjectName getCapRuntimeMBean()
Returns a reference to an instance of CapRuntimeMBean which is used to monitor the IM-SSF CAP 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

getOSideSessionCount

long getOSideSessionCount()
Returns the number of sessions that triggered a service on the O-side

getTSideSessionCount

long getTSideSessionCount()
Returns the number of sessions that triggered a service on the T-side

getUserInteractionCount

int getUserInteractionCount()
Returns the number of sessions that included interaction with a media resource

getTssfExpiryCount

int getTssfExpiryCount()
Returns the number of times that Tssf expired

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.