BEA Systems, Inc.


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.


Field Summary
static long CACHING_STUB_SVUID
           
 
Fields inherited from class weblogic.management.configuration.SNMPJMXMonitorMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.SNMPTrapSourceMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 int getThresholdHigh()
          Defines the high threshold at which a trap is generated.
 int getThresholdLow()
          Defines the low threshold at which a trap is generated.
 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
addLinkMbeanAttribute, getNotes, isPersistenceEnabled, setNotes
 
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
 

Field Detail

CACHING_STUB_SVUID

public static final long CACHING_STUB_SVUID
Method Detail

getThresholdHigh

public int getThresholdHigh()
Defines the high threshold at which a trap is generated. A trap is generated if the monitored value is equal to or greater than this value.


setThresholdHigh

public void setThresholdHigh(int thresholdHigh)


getThresholdLow

public int getThresholdLow()
Defines the low threshold at which a trap is generated. A trap is generated if the monitored value is less than or equal to this value.


setThresholdLow

public void setThresholdLow(int threshholdLow)


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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference