public class CommitDiffNotification extends Notification
Notif.diffNotificationDone(int thandle)
with the received transaction handle or the transaction
will hang indefinitelyConstructor and Description |
---|
CommitDiffNotification(int database,
DpUserInfo uinfo,
int thandle,
String comment,
String label) |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Commit comment - null if no comment
|
int |
GetDatabase()
|
String |
getLabel()
Commit label - null if no label
|
int |
getTransaction()
Transaction handle
|
DpUserInfo |
getUserInfo()
User information
|
String |
toString() |
getNotificationType
public CommitDiffNotification(int database, DpUserInfo uinfo, int thandle, String comment, String label)
public String toString()
toString
in class Notification
public int GetDatabase()
public DpUserInfo getUserInfo()
public int getTransaction()
public String getComment()
public String getLabel()