public abstract class YAbstractSession
extends java.lang.Object
Constructor and Description |
---|
YAbstractSession(long timeOutSeconds)
Creates an anonymous session with the engine.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHandle() |
long |
getInterval() |
public YAbstractSession(long timeOutSeconds)
timeOutSeconds
- the maximum idle time for this session (in seconds). A
value of 0 will default to 60 minutes; a value less than zero means this session
will never timeout.Copyright © 2004-2014 The YAWL Foundation.