This class defines message timeouts for all messages exchanged between
controllers. There is a default timeout for all messages but each message can
be assigned a specific timeout.
author: Emmanuel Cecchet version: 1.0
Fills the passed StringBuffer with the xml representation of this
MessageTimeouts object. Default timeout values are not
exported.
Parameters: sb - StringBuffer to which the xml will be appended
Returns the initiateDumpCopyTimeout value.
Returns the initiateDumpCopyTimeout.
getMinTimeout
public static long getMinTimeout(long timeout1, long timeout2)(Code)
Return the shortest timeout between the 2 given timeouts. A value of 0
means an infinite timeout.
Parameters: timeout1 - the first timeout Parameters: timeout2 - the second timeout the shortest timeout in ms