|
|
javax > javax.management > javax.management.notification >
Class: javax.management.Notification java.lang.Object java.util.EventObject javax.management.Notification
public class Notification extends EventObject
FIELDS:
CONSTRUCTORS:
| | | public | Notification(String type, Object source, long sequenceNumber) |
| | public | Notification(String type, Object source, long sequenceNumber, String message) |
| | public | Notification(String type, Object source, long sequenceNumber, long timeStamp) |
| | public | Notification(String type, Object source, long sequenceNumber, long timeStamp, String message) |
| |
|
|
|
METHODS:
| | | | public | String | getMessage() |
| | public | long | getSequenceNumber() |
| | public | long | getTimeStamp() |
| | public | String | getType() |
| | public | Object | getUserData() |
| | public | void | setSequenceNumber(long sequenceNumber) |
| | public | void | setSource(Object source) |
| | public | void | setTimeStamp(long timeStamp) |
| | public | void | setUserData(Object userData) |
| | public | String | toString() Overrides: EventObject Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getSource(), toString(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|