dojox.cometd
Interface Message

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
MessageImpl

public interface Message
extends Map<String,Object>

A Bayeux Message A Map of String to Object that has been optimized for conversion to JSON messages.

Author:
gregw

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Message getAssociated()
           
 String getChannel()
           
 String getClientId()
           
 Object getId()
           
 void setAssociated(Message message)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getClientId

String getClientId()

getChannel

String getChannel()

getId

Object getId()

getAssociated

Message getAssociated()

setAssociated

void setAssociated(Message message)


Copyright © 2009 Mort Bay Consulting. All Rights Reserved.