Uses of Class
org.tentackle.session.SessionKeepAliveDaemon
-
Packages that use SessionKeepAliveDaemon Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of SessionKeepAliveDaemon in org.tentackle.session
Methods in org.tentackle.session that return SessionKeepAliveDaemon Modifier and Type Method Description protected SessionKeepAliveDaemonSessionUtilities. createKeepAliveDaemon()Creates the session keep alive daemon.Constructors in org.tentackle.session with parameters of type SessionKeepAliveDaemon Constructor Description SessionKeepAliveTask(SessionKeepAliveDaemon daemon, Session session, long interval, long timeOut)Creates a keep alive task.
-