Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface ImpsxPluginRuntimeMBean

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

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

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
 ObjectName getSipSubscriptionRuntimeMBean()
          Returns a reference to an instance of SipSubscriptionRuntimeMBean
 ObjectName getTcapRuntimeMbean()
          Returns a reference to the instance of TcapRuntimeMbean

 

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

 

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

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

getSipSubscriptionRuntimeMBean

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

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.