Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.mediation.ece2ro.statistics
Interface EceToRoCountRuntimeMBean

All Superinterfaces:
oracle.axia.api.platform.runtimembean.mbean.RuntimeMBeanInterfacePrototype

public interface EceToRoCountRuntimeMBean
extends oracle.axia.api.platform.runtimembean.mbean.RuntimeMBeanInterfacePrototype

Interface for Ro request counter.

Author:
Copyright (c) 2012 by Oracle Corp. All Rights Reserved.

Method Summary
 long getBlockedSessionCount()
          getter.
 long getCompleteSessionCount()
          getter.
 long getErrorSessionCount()
          getter.
 long getEventRequestCount()
          getter.
 long getRedirectedSessionCount()
          getter.
 long getSessionInitialRequestCount()
          getter.
 long getSessionTerminationRequestCount()
          getter.
 long getSessionUpdateRequestCount()
          getter.
 long getThrottledSessionCount()
          getter.

 

Methods inherited from interface oracle.axia.api.platform.runtimembean.mbean.RuntimeMBeanInterfacePrototype
getObjectName, getSnmpTableIndex

 

Method Detail

getSessionInitialRequestCount

long getSessionInitialRequestCount()
getter.
Returns:
long

getSessionUpdateRequestCount

long getSessionUpdateRequestCount()
getter.
Returns:
long

getSessionTerminationRequestCount

long getSessionTerminationRequestCount()
getter.
Returns:
long

getEventRequestCount

long getEventRequestCount()
getter.
Returns:
long

getCompleteSessionCount

long getCompleteSessionCount()
getter.
Returns:
long

getErrorSessionCount

long getErrorSessionCount()
getter.
Returns:
long

getRedirectedSessionCount

long getRedirectedSessionCount()
getter.
Returns:
long

getBlockedSessionCount

long getBlockedSessionCount()
getter.
Returns:
long

getThrottledSessionCount

long getThrottledSessionCount()
getter.
Returns:
long

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.