Interface DiameterRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface DiameterRuntimeMBean extends weblogic.management.runtime.RuntimeMBean
Diameter Runtime MBean
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Method Details

    • getServerDiameterSessionCount

      long getServerDiameterSessionCount()
      Returns the total Diameter session count.
      Returns:
      Diameter session count
    • getDestroyedServerDiameterSessionCount

      long getDestroyedServerDiameterSessionCount()
      Returns the destroyed Diameter session count.
      Returns:
      destroyed Diameter session count
    • getDiameterMessageReceivedCount

      long getDiameterMessageReceivedCount()
      Returns the total Diameter message received count.
      Returns:
      Diameter message received count