Package | Description |
---|---|
com.tietoenator.trip.jxp.session |
Classes for estalishing and maintaining a session.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|