Hi Buchi,
This looks cool. However, I think perhaps you need add these methods:
/**
* verify a user with password
*/
boolean verifyUser(String username, String password)
throws RemoteException;
/**
* list users names
*/
String[] listUsers(int index, int count)
throws RemoteException;
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: [proposal] RemoteManager as a RMI service Darrell DeBoer
- Re: [proposal] RemoteManager as a RMI service Gabriel Bucher
- Re: [proposal] RemoteManager as a RMI service Gabriel Bucher
- Re: [proposal] RemoteManager as a RMI service Dongsheng Song
- Re: [proposal] RemoteManager as a RMI service Gabriel Bucher
- [proposal] RemoteManager as a RMI service Gabriel Bucher
- Re: [proposal] RemoteManager as a RMI service Serge Knystautas
