protected static class JmxDemo.MyNotification extends Notification
Modifier and Type | Field and Description |
---|---|
protected String |
name |
source
Constructor and Description |
---|
JmxDemo.MyNotification(String type,
Object source,
long sequenceNumber) |
JmxDemo.MyNotification(String type,
Object source,
long sequenceNumber,
long timeStamp) |
JmxDemo.MyNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String message) |
JmxDemo.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 JmxDemo.MyNotification(String type, Object source, long sequenceNumber)
public JmxDemo.MyNotification(String type, Object source, long sequenceNumber, String message)
public JmxDemo.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 © 2012 JBoss by Red Hat. All Rights Reserved.