BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface SNMPCounterMonitorMBean


public interface SNMPCounterMonitorMBean
extends SNMPJMXMonitorMBean

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

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

Method Summary
 int getModulus()
          The Modulus value.
 int getOffset()
          The Offset value.
 int getThreshold()
          The Threshold value of an attribute, which when crossed a trap will be generated.
 void setModulus(int modulus)
           
 void setOffset(int offset)
           
 void setThreshold(int threshold)
           
 
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

getThreshold

public int getThreshold()
The Threshold value of an attribute, which when crossed a trap will be generated.

Legal Minimum Value: 0

setThreshold

public void setThreshold(int threshold)


getOffset

public int getOffset()
The Offset value. Whenever the threshold is triggered by the counter value reaching a comparison level, that comparison level is incremented by the offset value.

Legal Minimum Value: 0

setOffset

public void setOffset(int offset)


getModulus

public int getModulus()
The Modulus value. If the counter can wrap around its maximum value, then the modulus needs to be specified. The modulus is the value at which the counter is reset to zero.

Legal Minimum Value: 0

setModulus

public void setModulus(int modulus)


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.