BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element timeout

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

Documentation
The amount of time (in milliseconds) that the SNMP proxy waits
 for a response to requests that are forwarded to another SNMP
 agent.



If the interval elapses without a response, the WebLogic SNMP
 agent sends an error to the requesting manager.

 


 Legal Min: 0


 Default: 5000
Properties
This component is not nillable.

Model
<timeout>

</timeout>

Source
<xs:element minOccurs="0" name="timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation