Uses of Enum Class
com.tietoenator.trip.jxp.session.TdbNotificationType
Packages that use TdbNotificationType
Package
Description
Classes for estalishing and maintaining a session.
-
Uses of TdbNotificationType in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbNotificationTypeModifier and TypeMethodDescriptionstatic TdbNotificationType
Returns the enum constant of this class with the specified name.static TdbNotificationType[]
TdbNotificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.session with parameters of type TdbNotificationTypeModifier and TypeMethodDescriptionvoid
TdbSession.enableNotification
(TdbNotificationType type, boolean enable) Enables or disables notifications.void
TdbSession.enableNotification
(TdbNotificationType type, int notificationInterval) Enables search and sort comforter notifications with a specified preferred interval.