Uses of Class
com.bankframe.services.sessionmgmt.InvalidSessionException

Packages that use InvalidSessionException
com.bankframe.services.sessionmgmt   
com.bankframe.services.sessionmgmt.ejb   
 

Uses of InvalidSessionException in com.bankframe.services.sessionmgmt
 

Methods in com.bankframe.services.sessionmgmt that throw InvalidSessionException
 BankFrameSession SessionManagement.getSession(String sessionId)
          Return a reference to the specified session
 BankFrameSession SessionManagementBean.getSession(String sessionId)
          Get a BankFrameSession instance associate with the specified id.
 boolean SessionManagement.isValidSession(String sessionId)
          Checks if the specified session is valid.
 boolean SessionManagementBean.isValidSession(String sessionId)
          Verify if the specified id refers to a valid session.
 

Uses of InvalidSessionException in com.bankframe.services.sessionmgmt.ejb
 

Methods in com.bankframe.services.sessionmgmt.ejb that throw InvalidSessionException
 boolean EJBSessionManagement.deleteSessionsForUserId(String userId)
          Remove all Sessions for a user, effectively logging off that user on the system
 boolean EJBSessionManagementBean.deleteSessionsForUserId(String userId)
          delete the BankFrameSessions for a userId
 



Copyright © 2005, 2007, Oracle. All rights reserved.