JwsContext.resetIdleTime() Method

Resets the timer measuring the number of seconds since the last activity for the current conversation.

Syntax

public void resetIdleTime()

Parameters

None.

Return Value

The number of seconds before which the conversation will be finished due to client inactivity.

Exceptions

IllegalStateException

Thrown if the method is called from a service instance that is not conversational.

Remarks

[None.]

Related Topics

JwsContext.setMaxIdleTime(long) Method

JwsContext.setMaxIdleTime(String) Method

JwsContext.getMaxIdleTime() Method

Managing Conversation Lifetime