RE: [Beepcore-java-users] Timeouts?
Status: Beta
Brought to you by:
huston
From: Andrew K. <ak...@Sm...> - 2003-04-02 16:01:00
|
Thanks! Sorry, that was obvious. Should have thought of that myself. That's the trouble with juggling 27 different balls at one time. Is the Session timeout configurable, I can't seem to find how to do that either. Andrew -----Original Message----- From: Huston [mailto:hu...@us...] Sent: 02 April 2003 16:56 To: Andrew Keedle; bee...@li... Subject: Re: [Beepcore-java-users] Timeouts? The wait period is not configurable with the Reply class but you could implement one that is by implementing your own ReplyListener. The idea is that unless the connection under the session times out there will be a reply at some point in the future. If the connection times out then an exception should be thrown. --Huston |