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.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbConsoleLogger
Logs session interaction to the console
|
class |
TdbFileLogger
Logs session interaction to a named file
|
class |
TdbStreamLogger |
Modifier and Type | Method and Description |
---|---|
TdbActivityLogger |
TdbConnectionPool.getActivityLog()
Retrieve a reference to the activity logger currently in use
|
Modifier and Type | Method and Description |
---|---|
void |
TdbConnectionPool.setActivityLog(TdbActivityLogger logger)
Set the activity logger reference for this pool.
|
Modifier and Type | Method and Description |
---|---|
TdbActivityLogger |
TdbSession.getActivityLog()
Retrieve a reference to the activity logger currently in use
|
Modifier and Type | Method and Description |
---|---|
void |
TdbSession.setActivityLog(TdbActivityLogger logger)
Set the activity logger reference for this session
|