|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRemoteServiceServlet
Conect.server.UserService
public class UserService
| Constructor Summary | |
|---|---|
UserService()
|
|
| Method Summary | |
|---|---|
java.lang.String |
userLogin(java.lang.String username,
java.lang.String password)
This method logs a user into the system |
boolean |
userLogout(java.lang.String un)
This method logs a user out of the system |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserService()
| Method Detail |
|---|
public java.lang.String userLogin(java.lang.String username,
java.lang.String password)
throws InvalidUserException
userLogin in interface UserServiceInterfaceusername - The username of the user to be logged inpassword - The password of the user to be logged in
InvalidUserException - if user is unable to be logged inpublic boolean userLogout(java.lang.String un)
userLogout in interface UserServiceInterfaceun - The username of the user to be logged out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||