Uses of Class
com.levigo.jadice.web.transport.client.messaging.Message
Packages that use Message
Package
Description
-
Uses of Message in com.levigo.jadice.web.conn.client
Methods in com.levigo.jadice.web.conn.client with parameters of type MessageModifier and TypeMethodDescriptionvoidabstract voidabstract ServerConnection.CancelableServerConnection.send(Message message, boolean highPriority, ConversationMessageListener.ConversationListener convListener) -
Uses of Message in com.levigo.jadice.web.transport.client.messaging
Methods in com.levigo.jadice.web.transport.client.messaging that return MessageModifier and TypeMethodDescriptionstatic Messagestatic MessageMessage.create(String msgName, com.google.gwt.core.client.JavaScriptObject payload, int conversationId) static MessageMessage.create(String msgName, Object payload, com.google.gwt.core.client.JavaScriptObject documentSnapshot) static MessageMessage.create(String msgName, Object payload, com.google.gwt.core.client.JavaScriptObject documentSnapshot, int conversationId) Methods in com.levigo.jadice.web.transport.client.messaging with parameters of type Message