org.exoplatform.ws.frameworks.cometd.transport
Class DelegateMessage
java.lang.Object
org.exoplatform.ws.frameworks.cometd.transport.DelegateMessage
public class DelegateMessage
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegateMessage
public DelegateMessage()
DelegateMessage
public DelegateMessage(String channel,
String exoId,
String message,
String msgId)
- Parameters:
channel - the id of channel.exoId - the client id (deliver)message - the messagemsgId - id of message
DelegateMessage
public DelegateMessage(String channel,
String message,
String msgId)
- Parameters:
channel - the id of channel.message - the messagemsgId - id of message
getMessage
public String getMessage()
- Returns:
- the message
setMessage
public void setMessage(String message)
- Parameters:
message - the message to set
getExoId
public String getExoId()
- Returns:
- the exoId
setExoId
public void setExoId(String exoId)
- Parameters:
exoId - the exoId to set
getChannel
public String getChannel()
- Returns:
- the channel
setChannel
public void setChannel(String channel)
- Parameters:
channel - the channel to set
setId
public void setId(String id)
- Parameters:
id - the id to set
getId
public String getId()
- Returns:
- the id
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.