com.sibvisions.rad.ui.gwt.server
Class BaseService
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
- All Implemented Interfaces:
- RemoteService, SerializationPolicyProvider, TypeMapService, Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- WebLauncherServiceImpl
public abstract class BaseService
- extends RemoteServiceServlet
- implements TypeMapService
The BaseService is the base class for all remote services. It handles the access
to the application.
- 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 |
BaseService
public BaseService()
typemap
public TypeMap typemap(TypeMap pTypes)
- An unused method for mapping all serializable types which are not
supported without specifying.
- Specified by:
typemap in interface TypeMapService
- Parameters:
pTypes - the type-map class
- Returns:
- the type-map class
getLauncher
protected WebLauncher getLauncher(String pClientId)
- Gets the application launcher.
- Parameters:
pClientId - the id of the client
- Returns:
- the
WebLauncher
setLauncher
protected void setLauncher(String pClientId,
WebLauncher pLauncher)
- Sets the application launcher.
- Parameters:
pClientId - the id of the clientpLauncher - the WebLauncher
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.