unsetRequestTimeout method
Description
Cancel the RMI-IIOP communication timeout. Cancel the timeout set by the setRequestTimeout (format 2), corresponding to the thread that is being executed. Note that when the timeout is set in the thread with the setRequestTimeout (format 2) method; make sure to cancel the timeout settings using this method at the end of processing. When this method is invoked without invoking the setRequestTimeout (format 2), or even when this method is invoked more than once in the same thread, an exception does not occur.
Format
public void unsetRequestTimeout()
throws IllegalStateException;
Parameters
None
Exceptions
Return value
None