BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element service-age-threshold-seconds

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

Documentation
The number of seconds (between 0 and 65534) by which the age of
 two conflicting services must differ before one is considered older
 than the other.



Defines the number of seconds by which the age of two
 conflicting services must differ before one is considered older
 than the other.

 


 Default: 180
Properties
This component is not nillable.

Model
<service-age-threshold-seconds>

</service-age-threshold-seconds>

Source
<xs:element minOccurs="0" name="service-age-threshold-seconds" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation