JwsContext.resetIdleTime() Method
Resets the timer measuring the number of seconds since the last activity for the current conversation.
public void resetIdleTime()
None.
The number of seconds before which the conversation will be finished due to client inactivity.
IllegalStateException
Thrown if the method is called from a service instance that is not conversational.
[None.]
JwsContext.setMaxIdleTime(long) Method
JwsContext.setMaxIdleTime(String) Method