Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface ImssfInapCs1RuntimeMBean


public interface ImssfInapCs1RuntimeMBean

ImssfInapCs1RuntimeMBean is a root MBean for monitoring IM-SSF INAP CS1.

Number of Instances: One

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


Method Summary
 javax.management.ObjectName getCapRuntimeMBean()
          NOT IMPLEMENTED
 long getOSideSessionCount()
          NOT IMPLEMENTED
 long getSessionCount()
          Returns the total number of sessions that IM-SSF CS1 handled in last measurement period
 javax.management.ObjectName getTcapRuntimeMBean()
          Returns a reference to an instance of TcapRuntimeMBean which is used to monitor the IM-SSF TCAP interface
 long getTSideSessionCount()
          NOT IMPLEMENTED
 int getTssfExpiryCount()
          NOT IMPLEMENTED
 int getUserInteractionCount()
          NOT IMPLEMENTED

 

Method Detail

getCapRuntimeMBean

javax.management.ObjectName getCapRuntimeMBean()
NOT IMPLEMENTED

Returns a reference to an instance of CapRuntimeMBean which is used to monitor the IM-SSF CAP interface


getTcapRuntimeMBean

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

getSessionCount

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

getOSideSessionCount

long getOSideSessionCount()
NOT IMPLEMENTED

Returns the number of sessions that triggered the service on O-side


getTSideSessionCount

long getTSideSessionCount()
NOT IMPLEMENTED

Returns the number of sessions that triggered the service on T-side


getUserInteractionCount

int getUserInteractionCount()
NOT IMPLEMENTED

Returns the number of sessions that included interaction with Media Resource


getTssfExpiryCount

int getTssfExpiryCount()
NOT IMPLEMENTED

Returns the number of times that Tssf expired


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.