public class EventLogRecord
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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
Copyright ? 2004-2011 Hyperic. All Rights Reserved.