com.ideo.sweetdevria.event
Class RiaEventRequest

java.lang.Object
  extended by com.ideo.sweetdevria.event.RiaEvent
      extended by com.ideo.sweetdevria.event.RiaEventRequest

public class RiaEventRequest
extends RiaEvent

Event coming from a client request

Author:
Julien Maupoux

Field Summary
 
Fields inherited from class com.ideo.sweetdevria.event.RiaEvent
EVENT_XML_PARAM, REQUEST, RESPONSE, RIA_EVENT_IDSRC_ATTR, RIA_EVENT_PARAMS_ATTR, RIA_EVENT_TYPE_ATTR, SETTER_TYPE
 
Constructor Summary
RiaEventRequest(java.lang.String type, java.lang.String idSrc)
           
RiaEventRequest(java.lang.String type, java.lang.String idSrc, java.util.Map params)
           
 
Method Summary
 RiaJsEventRegistry getRiaEventJs()
          RiaJsEventRegistry containing the response for the client related to this RiaEvent request
 
Methods inherited from class com.ideo.sweetdevria.event.RiaEvent
addParam, getIdSrc, getParams, getType, setIdSrc, setParams, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiaEventRequest

public RiaEventRequest(java.lang.String type,
                       java.lang.String idSrc)

RiaEventRequest

public RiaEventRequest(java.lang.String type,
                       java.lang.String idSrc,
                       java.util.Map params)
Method Detail

getRiaEventJs

public RiaJsEventRegistry getRiaEventJs()
RiaJsEventRegistry containing the response for the client related to this RiaEvent request

Returns:
the object containing the response


Copyright © 2010 Ideo Technologies. All Rights Reserved.