org.drools.guvnor.client.rpc
Class PushResponse

java.lang.Object
  extended by org.drools.guvnor.client.rpc.PushResponse
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class PushResponse
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

A response packet that is sent back to the client. messageType is to allow filtering on the client, message data itself contains the message.


Field Summary
 String message
           
 String messageType
           
 
Constructor Summary
PushResponse()
           
PushResponse(String key, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageType

public String messageType

message

public String message
Constructor Detail

PushResponse

public PushResponse()

PushResponse

public PushResponse(String key,
                    String message)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.