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