public class SessionIdHolder extends ContextLocal<integer>
| Modifier and Type | Field and Description |
|---|---|
private int |
highSessionID
Highest allocated session ID to date (may no longer be active)
|
private java.util.List<integer> |
reclaimedSessionIDs
List of reclaimed user numbers
|
private SecurityManager |
securityManager
Security manager
|
HEADLESS_KEY| Constructor and Description |
|---|
SessionIdHolder()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(integer value)
Cleanup
|
protected integer |
initialValue()
Initialize
|
clearInstance, dumpDependencies, get, get, getWeight, isResetAllowed, set, setDebugequals, hashCodeprivate final SecurityManager securityManager
private final java.util.List<integer> reclaimedSessionIDs
private int highSessionID
protected integer initialValue()
initialValue in class ContextLocal<integer>protected void cleanup(integer value)
cleanup in class ContextLocal<integer>value - user ID to be released