Uses of Interface
com.tietoenator.trip.jxp.logging.TdbActivityLogger
-
Packages that use TdbActivityLogger Package Description com.tietoenator.trip.jxp.logging Session logger classes.com.tietoenator.trip.jxp.pool Classes for session pooling support.com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session. -
-
Uses of TdbActivityLogger in com.tietoenator.trip.jxp.logging
Classes in com.tietoenator.trip.jxp.logging that implement TdbActivityLogger Modifier and Type Class Description class
TdbConsoleLogger
Logs session interaction to the consoleclass
TdbFileLogger
Logs session interaction to a named fileclass
TdbStreamLogger
-
Uses of TdbActivityLogger in com.tietoenator.trip.jxp.pool
Methods in com.tietoenator.trip.jxp.pool that return TdbActivityLogger Modifier and Type Method Description TdbActivityLogger
TdbConnectionPool. getActivityLog()
Retrieve a reference to the activity logger currently in useMethods in com.tietoenator.trip.jxp.pool with parameters of type TdbActivityLogger Modifier and Type Method Description void
TdbConnectionPool. setActivityLog(TdbActivityLogger logger)
Set the activity logger reference for this pool. -
Uses of TdbActivityLogger in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbActivityLogger Modifier and Type Method Description TdbActivityLogger
TdbSession. getActivityLog()
Retrieve a reference to the activity logger currently in useMethods in com.tietoenator.trip.jxp.session with parameters of type TdbActivityLogger Modifier and Type Method Description void
TdbSession. setActivityLog(TdbActivityLogger logger)
Set the activity logger reference for this session
-