public class CommitDiffNotification extends Notification
Notif.diffNotificationDone(int thandle)
with the received transaction handle or the transaction
will hang indefinitely| Constructor 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() |
getNotificationTypepublic CommitDiffNotification(int database,
DpUserInfo uinfo,
int thandle,
String comment,
String label)
public String toString()
toString in class Notificationpublic int GetDatabase()
public DpUserInfo getUserInfo()
public int getTransaction()
public String getComment()
public String getLabel()