Package com.tailf.notif
Class CommitDiffNotification
Object
com.tailf.notif.Notification
com.tailf.notif.CommitDiffNotification
Data structure for CommitDiff notifications.
Complete diff between before and after commit.
If this type of notifications are received it is
important to call
Notif.diffNotificationDone(int thandle)
with the received transaction handle or the transaction
will hang indefinitely-
Constructor Summary
ConstructorDescriptionCommitDiffNotification
(int database, DpUserInfo uinfo, int thandle, String comment, String label) -
Method Summary
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Constructor Details
-
CommitDiffNotification
public CommitDiffNotification(int database, DpUserInfo uinfo, int thandle, String comment, String label)
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
GetDatabase
public int GetDatabase()Database type: -
getUserInfo
User information -
getTransaction
public int getTransaction()Transaction handle -
getComment
Commit comment - null if no comment -
getLabel
Commit label - null if no label
-