de.fzj.unicore.wsrflite.messaging.impl
Class MessageBean

java.lang.Object
  extended by de.fzj.unicore.wsrflite.messaging.impl.MessageBean
All Implemented Interfaces:
Serializable

@Table(name="MessageQueueStorage")
public class MessageBean
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Message message
           
 
Constructor Summary
MessageBean(String id, String destination, Message message)
           
 
Method Summary
 String getDestination()
           
 String getID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public Message message
Constructor Detail

MessageBean

public MessageBean(String id,
                   String destination,
                   Message message)
Method Detail

getDestination

public String getDestination()

getID

public String getID()


Copyright © 2010. All Rights Reserved.