|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.core.eventing.Message
public class Message
This is the internal representation of a notification message that can be sent from an EC2 instance to the Cloud42 endpoint. Note: Due to the fact that the message is parsed by JAXB it simply consists of public fields instead of properties with getters and setters.
| Field Summary | |
|---|---|
java.lang.String |
info
Space of additional informations if required. |
java.lang.String |
instanceId
InstanceId of the instance that fired the message. |
java.lang.String |
text
The text of the message. |
java.lang.String |
timestamp
Date and time when the message was sent (String field for compability reasons). |
java.lang.String |
topic
Topic of the message. |
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String topic
public java.lang.String instanceId
public java.lang.String timestamp
public java.lang.String text
public java.lang.String info
| Constructor Detail |
|---|
public Message()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||