Uses of Interface
org.tentackle.session.SessionTaskDispatcher
-
Packages that use SessionTaskDispatcher Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of SessionTaskDispatcher in org.tentackle.session
Subinterfaces of SessionTaskDispatcher in org.tentackle.session Modifier and Type Interface Description interfaceModificationTrackerTracks global PDO changes.Classes in org.tentackle.session that implement SessionTaskDispatcher Modifier and Type Class Description classDefaultSessionTaskDispatcherA thread executing tasks in a serialized manner on an exclusive connection.Methods in org.tentackle.session that return SessionTaskDispatcher Modifier and Type Method Description SessionTaskDispatcherSession. getDispatcher()Gets the dispatcher for this session.
The dispatcher can be used to submit asynchroneous tasks in a serial manner.
-