it.freedom.api.events.system
Class QueryResult

java.lang.Object
  extended by it.freedom.api.EventTemplate
      extended by it.freedom.api.events.system.QueryResult
All Implemented Interfaces:
java.io.Serializable

public class QueryResult
extends EventTemplate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.freedom.api.EventTemplate
eventName, isValid, payload, sender
 
Constructor Summary
QueryResult(java.lang.Object source, Command com)
           
 
Method Summary
protected  void generateEventPayload()
           
 java.lang.String getDefaultDestination()
           
 
Methods inherited from class it.freedom.api.EventTemplate
fillPayloadWithDefaults, getEventName, getPayload, getReplyTo, getSender, getUid, invalidate, isExecutable, isExecuted, isValid, setExecutable, setExecuted, setReplyTo, setSender, setValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResult

public QueryResult(java.lang.Object source,
                   Command com)
Method Detail

generateEventPayload

protected void generateEventPayload()
Specified by:
generateEventPayload in class EventTemplate

getDefaultDestination

public java.lang.String getDefaultDestination()
Specified by:
getDefaultDestination in class EventTemplate