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() |
getNotificationType
public String toString()
toString
in class Notification
public int getLogNo()
public String getUser()
public int getUserId()
public String getMessage()