protected static class JmxDemo.MyNotification extends Notification
Modifier and Type | Field and Description |
---|---|
protected String |
name |
source
Constructor and Description |
---|
MyNotification(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) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
getSource
protected String name
public MyNotification(String type, Object source, long sequenceNumber, String message)
public MyNotification(String type, Object source, long sequenceNumber, long timeStamp)
public String getName()
public void setName(String name)
public String toString()
toString
in class Notification
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.