com.sibvisions.rad.ui.gwt.server
Class WebLauncherServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by com.sibvisions.rad.ui.gwt.server.BaseService
                      extended by com.sibvisions.rad.ui.gwt.server.WebLauncherServiceImpl
All Implemented Interfaces:
RemoteService, SerializationPolicyProvider, TypeMapService, WebLauncherService, Serializable, Servlet, ServletConfig

public class WebLauncherServiceImpl
extends BaseService
implements WebLauncherService

The WebLauncherServiceImpl is the WebLauncherService implementation and handles the exchange of components between client and server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
WebLauncherServiceImpl()
           
 
Method Summary
 ServiceResult dispatchEvent(ServiceEvent pEvent)
          Sends the Event to the Server.
 
Methods inherited from class com.sibvisions.rad.ui.gwt.server.BaseService
getLauncher, setLauncher, typemap
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sibvisions.rad.ui.gwt.client.async.TypeMapService
typemap
 

Constructor Detail

WebLauncherServiceImpl

public WebLauncherServiceImpl()
Method Detail

dispatchEvent

public ServiceResult dispatchEvent(ServiceEvent pEvent)
Sends the Event to the Server. As response the changed components are sent from the server.

Specified by:
dispatchEvent in interface WebLauncherService
Parameters:
pEvent - the event.
Returns:
the event result


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.