org.cometd
Interface Message

All Superinterfaces:
java.util.Map<java.lang.String,java.lang.Object>

public interface Message
extends java.util.Map<java.lang.String,java.lang.Object>

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


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

Method Detail

getClientId

java.lang.String getClientId()

getChannel

java.lang.String getChannel()

getId

java.lang.String getId()

getData

java.lang.Object getData()

getAssociated

Message getAssociated()


Copyright © 2010 Dojo Foundation. All Rights Reserved.