org.equanda.test.login
Interface LoginEJBLocal

All Known Implementing Classes:
LoginBean

public interface LoginEJBLocal

Local interface for LoginEJB.


Method Summary
 LoginInfo getLoginInfo(String username)
          Get the login info for a specific user.
 void remove()
           
 

Method Detail

getLoginInfo

LoginInfo getLoginInfo(String username)
                       throws EquandaPersistenceException
Get the login info for a specific user.

Parameters:
username - username
Returns:
login info for the requested user or null when no data found
Throws:
EquandaPersistenceException - oops

remove

void remove()


Copyright © 2007-2008. All Rights Reserved.