com.bankframe.services.sessionmgmt.ejb
Interface EJBSessionManagement
- All Superinterfaces:
- EJBObject, ESessionRemote, Remote, SessionManagement
public interface EJBSessionManagement
- extends SessionManagement
This interface is the remote interface to EJBSessionManagement bean.
deleteSessionsForUserId
boolean deleteSessionsForUserId(String userId)
throws InvalidSessionException,
RemoteException
- Remove all Sessions for a user, effectively logging off that user on the system
- Returns:
- Whether a session had to be removed for a user
- Throws:
InvalidSessionException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.