JwsContext.getCurrentIdleTime() Method
Gets the number of seconds since the last activity for the conversation.
public long getCurrentIdleTime()
None.
The number of seconds since the last activity affecting the conversation.
IllegalStateException
Thrown if the method is called from a service instance that is not conversational.
The conversation's idle time may be the time since the last conversational activity, such as the last client request. The idle time may also be the time since JwsContext.resetIdleTime() was last called.
JwsContext.resetIdleTime() Method
JwsContext.setMaxIdleTime(long) Method
JwsContext.setMaxIdleTime(String) Method