Deprecated API


Contents
Deprecated Methods
org.cometd.Message.clone()
          If you want a deep copy of a message, consider instantiating a new message object and populating it with deep copies of the fields of this message. A quicker alternative in case the fields of the messages are not known a priori or not easily deep copyable, is to convert this message to JSON and then back to a Message, functionality that is present in the Bayeux implementation. 
org.cometd.Client.takeMessages()
          use Client.addListener(ClientListener) to be notified of messages 
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.