org.gwtiger.tools.template.source.client
Interface MyAppService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
MyAppServiceImpl

public interface MyAppService
extends com.google.gwt.user.client.rpc.RemoteService

Author:
Addy

Method Summary
 User checkLogin(java.lang.String userName, java.lang.String password)
           
 User isSessionAlive()
           
 void logout()
           
 

Method Detail

checkLogin

User checkLogin(java.lang.String userName,
                java.lang.String password)

isSessionAlive

User isSessionAlive()

logout

void logout()