Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface DialogRuntimeMBean


public interface DialogRuntimeMBean

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

 

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
Module MBean Java API Reference
Release 5.0

E18334-01


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