com.sibvisions.rad.ui.gwt.server
Class WebLauncherServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.sibvisions.rad.ui.gwt.server.BaseService
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
| 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 |
WebLauncherServiceImpl
public WebLauncherServiceImpl()
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.