Class ConversationEndDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.transport.client.messaging.ConversationEndDTO
public class ConversationEndDTO
extends com.google.gwt.core.client.JavaScriptObject
Payload sent by the server whenever there are no more messages to send for a given conversation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ConversationEndDTO
protected ConversationEndDTO()
-
-
Method Details
-
getConversationId
public final int getConversationId() -
wasSuccessful
public final boolean wasSuccessful() -
getError
-
getMetadata
public final com.google.gwt.core.client.JavaScriptObject getMetadata() -
hasMetadata
public final boolean hasMetadata()
-