BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element mib-data-refresh-interval

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The minimum number of seconds that the WebLogic SNMP agent
 caches OIDs before checking if new ones have been added to the
 Management Information Base (MIB).



A MIB is a database of all objects that can be managed through
 SNMP. When you create a new WebLogic Server resource, the SNMP
 agent assigns a unique OID to the resource and adds it to the MIB.
 For example, when you create a new server, the SNMP
 agent adds an OID to the MIB.

 


 Legal Min: 30


 Legal Max: 65535


 Default: 120
Properties
This component is not nillable.

Model
<mib-data-refresh-interval>

</mib-data-refresh-interval>

Source
<xs:element minOccurs="0" name="mib-data-refresh-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="30"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation