JwsContext.getMaxIdleTime() Method
Gets the number of seconds that the conversation can remain idle before finishing due to client inactivity.
public long getMaxIdleTime()
None.
The number of seconds that the conversation can remain idle before finishing due to client inactivity.
IllegalStateException
Thrown if the method is called from a service instance that is not conversational.
A conversation is idle if the service is not receiving incoming messages through an operation method. Note that messages received through callback handlers do not reset a conversation idle time.
JwsContext.resetIdleTime() Method
JwsContext.setMaxIdleTime(long) Method