JwsContext.getCurrentAge() Method
Gets the age of the current conversation in seconds.
public long getCurrentAge()
None.
The number of seconds that have passed since the conversation was started.
IllegalStateException
Thrown if the method is called from a service instance that is not conversational.
None.
JwsContext.setMaxAge(Date) Method