public class AuditNotification extends Notification
| Constructor and Description |
|---|
AuditNotification(int logno,
String user,
int usid,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLogNo()
Number from confd_logsyms.h
|
String |
getMessage()
Message
|
String |
getUser()
User name
|
int |
getUserId()
Usid session id
|
String |
toString() |
getNotificationTypepublic int getLogNo()
public String getMessage()
public String getUser()
public int getUserId()
public String toString()
toString in class Notification