public interface J2EEManagementEvent
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
An informational message about the event.
|
long |
getSequence()
The sequence number of the event.
|
String |
getSource()
The name of the managed object that generated this event.
|
String |
getType()
The type of the event.
|
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.
|
String getSource()
long getWhen()
long getSequence()
String getType()
String getMessage()
Copyright © 2019. All rights reserved.