|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.syabru.nagios.broker.jmx.JmxMessage
public class JmxMessage
JMX message implementation.
Constructor Summary | |
---|---|
JmxMessage(Notification notification)
Create a message from a JMX notification. |
Method Summary | |
---|---|
String |
getClassName()
Get class name. |
String |
getMessage()
Get message. |
String |
getSource()
Get message source. |
String |
getType()
Get message type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JmxMessage(Notification notification)
notification
- JMX notification.Method Detail |
---|
public String getClassName()
Message
getClassName
in interface Message
public String getMessage()
Message
getMessage
in interface Message
public String getType()
Message
getType
in interface Message
public String getSource()
Message
getSource
in interface Message
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |