BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element conversation-idle-time-maximum

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

Documentation
The maximum amount of time allowed before a sending side
 releases the resources used by a conversation.


  - 


If there is no activity for a conversation for the specified
 amount of time, the sending agent releases all resources for that
 conversation and notifies the receiving agent to do the same.



  - 


A value of 0 specifies that resources for a
 conversation are not released unless the application explicitly
 closes the conversation.



  - 


Updating ConversationIdleTimeMaximum causes
 connections starting after the update to use the new value.




 


 Legal Min: 0
Properties
This component is not nillable.

Model
<conversation-idle-time-maximum>

</conversation-idle-time-maximum>

Source
<xs:element minOccurs="0" name="conversation-idle-time-maximum" 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