Java javax.management Notification fields, constructors, methods, implement or subclass

Example usage for Java javax.management Notification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management Notification.

The text is from its open source code.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetMessage()
Get the notification message.
longgetSequenceNumber()
Get the notification sequence number.
ObjectgetSource()
The object on which the Event initially occurred.
longgetTimeStamp()
Get the notification timestamp.
StringgetType()
Get the notification type.
ObjectgetUserData()
Get the user data.
voidsetSource(Object source)
Sets the source.
voidsetUserData(Object userData)
Set the user data.