Methods Summary |
---|
public java.lang.String | getMessage()An informational message about the event.
|
public long | getSequence()The sequence number of the event.
Identifies the position of the event in a stream
of events. The sequence number provides a means of
determining the order of sequential events that
occurred with the same timestamp (within the
minimum supported unit of time).
|
public java.lang.String | getSource()The name of the managed object that generated this event.
|
public java.lang.String | getType()The type of the event. State manageable objects generate a
J2EEEvent object with the type attribute set to "STATE"
whenever they reach the RUNNING, STOPPED or FAILED states.
|
public long | getWhen()The time of the event represented as a long, whose value is
the number of milliseconds since January 1, 1970, 00:00:00.
|