JwsContext.getMaxAge() Method
Gets the time representing the longest the conversation may remain active before finishing.
public long getMaxAge()
None.
The number of seconds since a conversation started before which it will finish.
IllegalStateException
Thrown if the method is called from a service instance that is not conversational.
None.
JwsContext.setMaxAge(Date) Method