Uses of Class
com.tietoenator.trip.jxp.session.TdbBackgroundTaskSink
-
Packages that use TdbBackgroundTaskSink Package Description com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session. -
-
Uses of TdbBackgroundTaskSink in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbBackgroundTaskSink Modifier and Type Method Description TdbBackgroundTaskSink
TdbSession. getBackgroundTaskSink()
Retrieve a reference to the background task completion event sink currently in useMethods in com.tietoenator.trip.jxp.session with parameters of type TdbBackgroundTaskSink Modifier and Type Method Description void
TdbSession. setBackgroundTaskSink(TdbBackgroundTaskSink sink)
Establish the background task completion event sink to use
-