BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface SNMPGaugeMonitorMBean


public interface SNMPGaugeMonitorMBean
extends SNMPJMXMonitorMBean

This class describes the criteria for a Gauge-based Monitor. A trap will be generated when this criteria is satisfied.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getThresholdHigh()
          The high threshold value.
 int getThresholdLow()
          The low threshold value.
 void setThresholdHigh(int thresholdHigh)
           
 void setThresholdLow(int threshholdLow)
           
 
Methods inherited from interface weblogic.management.configuration.SNMPJMXMonitorMBean
getMonitoredAttributeName, getMonitoredMBeanName, getMonitoredMBeanType, getPollingInterval, setMonitoredAttributeName, setMonitoredMBeanName, setMonitoredMBeanType, setPollingInterval
 
Methods inherited from interface weblogic.management.configuration.SNMPTrapSourceMBean
addEnabledServer, getEnabledServers, removeEnabledServer, setEnabledServers
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
getNotes, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getThresholdHigh

public int getThresholdHigh()
The high threshold value.


setThresholdHigh

public void setThresholdHigh(int thresholdHigh)


getThresholdLow

public int getThresholdLow()
The low threshold value.


setThresholdLow

public void setThresholdLow(int threshholdLow)


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.