Package com.tailf.notif
Class ConfirmNotification
Object
com.tailf.notif.Notification
com.tailf.notif.ConfirmNotification
Data structure for Confirmed commit notifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
timeout time in seconds timeout is > 0 when type is CONFD_CONFIRMED_COMMIT, otherwise it is 0User informationtoString()
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
CONFIRMED_COMMIT
public static final int CONFIRMED_COMMIT- See Also:
-
CONFIRMING_COMMIT
public static final int CONFIRMING_COMMIT- See Also:
-
ABORT_COMMIT
public static final int ABORT_COMMIT- See Also:
-
-
Constructor Details
-
ConfirmNotification
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getConfirmType
public int getConfirmType()confirm event type: -
getTimeout
public int getTimeout()timeout time in seconds timeout is > 0 when type is CONFD_CONFIRMED_COMMIT, otherwise it is 0 -
getUserInfo
User information
-