|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.win32.EventLogRecord
public class EventLogRecord
Class to represent event log records
Method Summary | |
---|---|
short |
getCategory()
Get the category for this event. |
java.lang.String |
getCategoryString()
Get the formatted string for the category. |
java.lang.String |
getComputerName()
Get the machine name where the event was generated |
long |
getEventId()
Event identifier. |
short |
getEventType()
Return the event type. |
java.lang.String |
getEventTypeString()
|
java.lang.String |
getLogName()
|
java.lang.String |
getMessage()
Get the message for the event. |
long |
getRecordNumber()
|
java.lang.String |
getSource()
Get the application which triggered the event |
java.lang.String |
getStringData()
Deprecated. |
long |
getTimeGenerated()
Get the time at which this entry was submitted. |
long |
getTimeWritten()
Get the time at which this entry was received by the service to be written to the logfile. |
java.lang.String |
getUser()
Get the user who generated the event. |
java.lang.String |
toString()
For debugging |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLogName()
public long getRecordNumber()
public long getTimeGenerated()
public long getTimeWritten()
public long getEventId()
public short getEventType()
public java.lang.String getEventTypeString()
public short getCategory()
public java.lang.String getCategoryString()
public java.lang.String getSource()
public java.lang.String getComputerName()
public java.lang.String getUser()
public java.lang.String getMessage()
public java.lang.String getStringData()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |