Class JmxDemo.MyNotification

java.lang.Object
java.util.EventObject
javax.management.Notification
org.jgroups.demos.JmxDemo.MyNotification
All Implemented Interfaces:
Serializable
Enclosing class:
JmxDemo

protected static class JmxDemo.MyNotification extends Notification
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • MyNotification

      public MyNotification(String type, Object source, long sequenceNumber)
    • MyNotification

      public MyNotification(String type, Object source, long sequenceNumber, String message)
    • MyNotification

      public MyNotification(String type, Object source, long sequenceNumber, long timeStamp)
    • MyNotification

      public MyNotification(String type, Object source, long sequenceNumber, long timeStamp, String message)
  • Method Details