de.jw.cloud42.core.eventing
Class Message

java.lang.Object
  extended by de.jw.cloud42.core.eventing.Message

public class Message
extends java.lang.Object

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.

Author:
fbitzer

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

topic

public java.lang.String topic
Topic of the message.


instanceId

public java.lang.String instanceId
InstanceId of the instance that fired the message.


timestamp

public java.lang.String timestamp
Date and time when the message was sent (String field for compability reasons).


text

public java.lang.String text
The text of the message.


info

public java.lang.String info
Space of additional informations if required.

Constructor Detail

Message

public Message()


Copyright © 2010 just works! Software. All Rights Reserved.