com.mymed.controller.core.manager.session
Interface ISessionManager

All Known Implementing Classes:
SessionManager

public interface ISessionManager


Method Summary
 void create(MSessionBean sessionBean)
          Login
 void create(java.lang.String userID, java.lang.String ip)
          Deprecated. 
 void delete(java.lang.String userID)
          logout
 MSessionBean read(java.lang.String userID)
           
 void update(MSessionBean session)
           
 

Method Detail

create

@Deprecated
void create(java.lang.String userID,
                       java.lang.String ip)
            throws InternalBackEndException,
                   IOBackEndException
Deprecated. 

login

Parameters:
userID -
ip -
Throws:
InternalBackEndException
IOBackEndException

create

void create(MSessionBean sessionBean)
            throws InternalBackEndException,
                   IOBackEndException
Login

Parameters:
sessionBean -
Throws:
InternalBackEndException
IOBackEndException

read

MSessionBean read(java.lang.String userID)
                  throws InternalBackEndException,
                         IOBackEndException
Parameters:
userID -
Returns:
Throws:
InternalBackEndException
IOBackEndException

update

void update(MSessionBean session)
            throws InternalBackEndException,
                   IOBackEndException
Parameters:
sesion -
Throws:
InternalBackEndException
IOBackEndException

delete

void delete(java.lang.String userID)
            throws InternalBackEndException,
                   IOBackEndException
logout

Parameters:
userID -
Throws:
InternalBackEndException
IOBackEndException