Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.wcsMbeanSupport
Interface ImpsxPluginRuntimeMBean


public interface ImpsxPluginRuntimeMBean

ImpsxPluginRuntimeMBean is a root MBean for monitoring IM-PSX-PLUGIN.

Number of Instances: One

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


Method Summary
 long getASInitiatedSessionCount()
          Returns the number of sessions initiated by Application Server, that IM-PSX-PLUGIN handled in the last measurement period
 long getNetworkInitiatedSessionCount()
          Returns the number of sessions initiated by Network, that IM-PSX-PLUGIN handled in the last measurement period
 long getSessionCount()
          Returns the number of sessions that IM-PSX-PLUGIN handled in the last measurement period
 javax.management.ObjectName getSipSubscriptionRuntimeMBean()
          Returns a reference to an instance of SipSubscriptionRuntimeMBean
 javax.management.ObjectName getTcapRuntimeMbean()
          Returns a reference to the instance of TcapRuntimeMbean

 

Method Detail

getSessionCount

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

getASInitiatedSessionCount

long getASInitiatedSessionCount()
Returns the number of sessions initiated by Application Server, that IM-PSX-PLUGIN handled in the last measurement period

getNetworkInitiatedSessionCount

long getNetworkInitiatedSessionCount()
Returns the number of sessions initiated by Network, that IM-PSX-PLUGIN handled in the last measurement period

getTcapRuntimeMbean

javax.management.ObjectName getTcapRuntimeMbean()
Returns a reference to the instance of TcapRuntimeMbean

getSipSubscriptionRuntimeMBean

javax.management.ObjectName getSipSubscriptionRuntimeMBean()
Returns a reference to an instance of SipSubscriptionRuntimeMBean

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.