Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface DialogRuntimeMBean

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

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

DialogRuntimeMBean enables you to count dialogs that pass through a module�s IN interface.

Number of Instances: One

Object Name: com.convergin:Type=DialogRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Dialog.MAP


Method Summary
 long getNetworkInitiatedDialogCount()
          Returns the number of non-module-initiated dialogs that a module handled in the last measurement period.
 long getNetworkInitiatedDialogGauge()
          NOT IMPLEMENTED
 long getServiceInitiatedDialogCount()
          Returns the number of dialogs that a module initiated and handled in the last measurement period
 long getServiceInitiatedDialogGauge()
          NOT IMPLEMENTED

 

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

 

Method Detail

getNetworkInitiatedDialogGauge

long getNetworkInitiatedDialogGauge()
NOT IMPLEMENTED

Returns the number of currently opened dialogs initiated by the network


getServiceInitiatedDialogGauge

long getServiceInitiatedDialogGauge()
NOT IMPLEMENTED

Returns the number of currently opened dialogs initiated by a service


getNetworkInitiatedDialogCount

long getNetworkInitiatedDialogCount()
Returns the number of non-module-initiated dialogs that a module handled in the last measurement period.

getServiceInitiatedDialogCount

long getServiceInitiatedDialogCount()
Returns the number of dialogs that a module initiated and handled in the last measurement period

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.