com.parsec.ejbs.login
Interface Login
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Login
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
checkCustomerLogin
public boolean checkCustomerLogin(java.lang.String userid,
java.lang.String passwd)
throws java.rmi.RemoteException
checkAuthenticatorLogin
public boolean checkAuthenticatorLogin(java.lang.String userid,
java.lang.String passwd)
throws java.rmi.RemoteException
checkAdministratorLogin
public boolean checkAdministratorLogin(java.lang.String userid,
java.lang.String passwd)
throws java.rmi.RemoteException