BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-counter-monitorType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-counter-monitorType (extension)

Documentation
Corresponds to SNMPCounterMonitorMBean
Properties
This component is not nillable.

Model
<...>
(threshold, offset, modulus )
</...>


Nested Element Summary
 modulus
          An integer value to be subtracted from the threshold value when the threshold value is crossed. 
 offset
          An integer value to be added to the threshold value when the threshold is crossed. 
 threshold
          Specifies a value that triggers the Counter Monitor to generate a trap. 
Source
<xs:complexType name="snmp-counter-monitorType">
<xs:complexContent>
<xs:extension base="dom:snmp-jmx-monitorType">
<xs:sequence>
<xs:element minOccurs="0" name="threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="offset" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="modulus" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation