org.gwtiger.tools.template.source.server
Class MyAppServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.gwtiger.tools.template.source.server.MyAppServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, MyAppService

public class MyAppServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements MyAppService

Author:
Addy
See Also:
Serialized Form

Constructor Summary
MyAppServiceImpl()
           
 
Method Summary
 User checkLogin(java.lang.String userName, java.lang.String password)
           
 User isSessionAlive()
           
 void logout()
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doPost, getSerializationPolicy, processCall
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyAppServiceImpl

public MyAppServiceImpl()
Method Detail

checkLogin

public User checkLogin(java.lang.String userName,
                       java.lang.String password)
Specified by:
checkLogin in interface MyAppService

logout

public void logout()
Specified by:
logout in interface MyAppService

isSessionAlive

public User isSessionAlive()
Specified by:
isSessionAlive in interface MyAppService