Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface ImscfInapCs1RuntimeMBean


public interface ImscfInapCs1RuntimeMBean

ImscfInapCs1RuntimeMBean is a root MBean for monitoring IM-SCF INAP CS1.

Number of Instances: One

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


Method Summary
 javax.management.ObjectName getCapRuntimeMBean()
          NOT IMPLEMENTED
 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 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-SCF TCAP interface

 

Method Detail

getCapRuntimeMBean

javax.management.ObjectName getCapRuntimeMBean()
NOT IMPLEMENTED

Returns a reference to an instance of CapRuntimeMBean which is used to monitor the IM-SCF CAP 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 CS1 handled in last measurement period

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.