Uses of Class
com.tietoenator.trip.jxp.session.TdbNotificationType
-
Packages that use TdbNotificationType Package Description com.tietoenator.trip.jxp.session 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 TdbNotificationType Modifier and Type Method Description static TdbNotificationType
TdbNotificationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbNotificationType[]
TdbNotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.session with parameters of type TdbNotificationType Modifier and Type Method Description void
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.
-