|
Method Detailint getMaxTimeout() Returns the maximum allowed timeout set by the activation key. Returns: int Since: 01-04-2010 int getRemainingTime() Returns the approximate remaining time in seconds. Returns: int Since: 01-04-2010 int getTimeout() Returns the timeout setting. Returns: int Since: 01-04-2010 boolean isTimeRemaining(int seconds) Returns true if the timeout remaining exceeds the buffer (seconds).
Parameters:
Returns: boolean Since: 01-04-2010 int setMaxTimeout() Sets the timeout to maximum allowed and returns it Returns: int Since: 11-07-2018 setQueryTimeout(int timeout) Sets the global timeout for the dataset queries. Anything longer than this time will trigger a subscription notice. Minimum is 2 seconds and maximum is 10 seconds.
Parameters:
Since: 11-07-2018 setTimeout(int timeout) Sets the timeout for the monitor in seconds. Default and minimum is 10. Maximum is determined by the activation key. This method is called only once per workflow cycle. Subsequent calls are ignored.
Parameters:
Since: 01-04-2010 String toString() Returns a description of this object. Returns: String Since: 01-04-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |