|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class describes the criteria for a Counter-based Monitor. A trap will be generated when this criteria is satisfied.
| Field Summary | |
static long |
CACHING_STUB_SVUID
Description of the Field |
| 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 |
getModulus()
Defines an integer value to be subtracted from the threshold when the threshold is crossed. |
int |
getOffset()
Defines an integer value to be added to the threshold when the threshold is crossed. |
int |
getThreshold()
Defines a threshold that is an integer value. |
void |
setModulus(int modulus)
Sets the modulus attribute of the SNMPCounterMonitorMBean object |
void |
setOffset(int offset)
Sets the offset attribute of the SNMPCounterMonitorMBean object |
void |
setThreshold(int threshold)
Sets the threshold attribute of the SNMPCounterMonitorMBean object |
| 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 |
freezeCurrentValue,
getNotes,
restoreDefaultValue,
setComments,
setDefaultedMBean,
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,
preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
| Field Detail |
public static final long CACHING_STUB_SVUID
| Method Detail |
public int getThreshold()
public void setThreshold(int threshold)
threshold - The new threshold valuepublic int getOffset()
public void setOffset(int offset)
offset - The new offset valuepublic int getModulus()
public void setModulus(int modulus)
modulus - The new modulus value
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||