Skip navigation links

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

E38079-01


oracle.axia.api.platform.runtimembean.system
Interface SystemStatusRuntimeMBean


public interface SystemStatusRuntimeMBean

System Status Runtime MBean.

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

Method Summary
 String getCurrentLoadState()
          Check server load status.
 Set<String> getExceededThresholds()
          List of all threshold names for all exceeded thresholds on this managed server.
 boolean getForceOverload()
          Gets the value of the forced overload flag.
 void setForceOverload(boolean flag)
          Flag to force server into overload status.

 

Method Detail

getCurrentLoadState

String getCurrentLoadState()
Check server load status.
Returns:
String the represents the load state of the server. Can be 'NORMAL' or 'OVERLOAD'.

getExceededThresholds

Set<String> getExceededThresholds()
List of all threshold names for all exceeded thresholds on this managed server.
Returns:
Exceeded thresholds.

getForceOverload

boolean getForceOverload()
Gets the value of the forced overload flag.
Returns:
Status of forced overload.

setForceOverload

void setForceOverload(boolean flag)
Flag to force server into overload status. Can be used to prevent new sessions from being created on the server during maintenance.
Parameters:
flag - Forced overload flag.

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.