Package org.jgroups.demos
Class JmxDemo.MyNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
org.jgroups.demos.JmxDemo.MyNotification
- All Implemented Interfaces:
Serializable
- Enclosing class:
JmxDemo
- See Also:
-
Field Summary
FieldsFields inherited from class javax.management.Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionMyNotification(String type, Object source, long sequenceNumber) MyNotification(String type, Object source, long sequenceNumber, long timeStamp) MyNotification(String type, Object source, long sequenceNumber, long timeStamp, String message) MyNotification(String type, Object source, long sequenceNumber, String message) -
Method Summary
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserDataMethods inherited from class java.util.EventObject
getSource
-
Field Details
-
name
-
-
Constructor Details
-
MyNotification
-
MyNotification
-
MyNotification
-
MyNotification
-
-
Method Details
-
getName
-
setName
-
toString
- Overrides:
toStringin classNotification
-