FileDocCategorySizeDatePackage
J2EEManagementEvent.javaAPI DocGlassfish v2 API3177Fri May 04 22:30:52 BST 2007com.sun.appserv.management.j2ee

J2EEManagementEvent

public interface J2EEManagementEvent

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMessage()
An informational message about the event.

public longgetSequence()
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.StringgetSource()
The name of the managed object that generated this event.

return
the ObjectName of the object, as a String

public java.lang.StringgetType()
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 longgetWhen()
The time of the event represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.