public class Session.SessionInactivityTimer
extends java.lang.Object
SessionCache| Modifier and Type | Field and Description |
|---|---|
protected CyclicTimeout |
_timer |
| Constructor and Description |
|---|
SessionInactivityTimer() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
destroy() |
void |
schedule()
Deprecated.
|
void |
schedule(long time) |
protected final CyclicTimeout _timer
@Deprecated public void schedule()
schedule(long)public void schedule(long time)
time - the timeout to set; -1 means that the timer will not be
scheduledpublic void cancel()
public void destroy()
Copyright © 1995–2023 Webtide. All rights reserved.