Serialized Form
attribs
java.util.Hashtable attribs
- A
Hashtable
containing the additional attributes that
make up the RAS event.
isMessageEvent
boolean isMessageEvent
- A flag which is set
true
when the event is a
message event or false
when the event is a
trace event.
msgParms
java.lang.String[] msgParms
- A set of
Strings
to be inserted into the event text.
msgText
java.lang.String msgText
- The event msgText (message).
timeStamp
long timeStamp
- The time at which this event was created. This value
is the output of the
System.currentTimeMillis
method.
type
long type
- The type of event. This value may be the logical
OR of any of the
RASIMessageEvent
or
RASITraceEvent TYPE_XXXX
constants.
messageFile
java.lang.String messageFile
- The base name of the message file (
Strings
) used to
convert the messages key to a text string.