Uses of Class
org.tentackle.session.DefaultSessionTaskDispatcher
-
Packages that use DefaultSessionTaskDispatcher Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of DefaultSessionTaskDispatcher in org.tentackle.session
Methods in org.tentackle.session that return DefaultSessionTaskDispatcher Modifier and Type Method Description protected DefaultSessionTaskDispatcherPooledSessionTaskDispatcher. createDispatcher(int index)DefaultSessionTaskDispatcherSessionTaskDispatcherLock. getTaskDispatcher()Constructors in org.tentackle.session with parameters of type DefaultSessionTaskDispatcher Constructor Description SessionTaskDispatcherLock(DefaultSessionTaskDispatcher dispatcher, java.lang.Object key)Creates a dispatcher lock.
-