|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mymed.controller.core.manager.AbstractManager
com.mymed.controller.core.manager.session.SessionManager
public class SessionManager
Manage the session of a user
Constructor Summary | |
---|---|
SessionManager()
|
|
SessionManager(StorageManager storageManager)
|
Method Summary | |
---|---|
void |
create(MSessionBean sessionBean)
Login |
void |
create(java.lang.String userID,
java.lang.String ip)
Deprecated. |
void |
delete(java.lang.String sessionID)
logout |
MSessionBean |
read(java.lang.String sessionID)
|
void |
update(MSessionBean session)
|
Methods inherited from class com.mymed.controller.core.manager.AbstractManager |
---|
introspection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionManager() throws InternalBackEndException
InternalBackEndException
public SessionManager(StorageManager storageManager) throws InternalBackEndException
InternalBackEndException
Method Detail |
---|
@Deprecated public void create(java.lang.String userID, java.lang.String ip) throws InternalBackEndException, IOBackEndException
ISessionManager
create
in interface ISessionManager
IOBackEndException
InternalBackEndException
ISessionManager.create(String, String)
public void create(MSessionBean sessionBean) throws InternalBackEndException, IOBackEndException
ISessionManager
create
in interface ISessionManager
IOBackEndException
InternalBackEndException
ISessionManager.create(String, String)
public MSessionBean read(java.lang.String sessionID) throws InternalBackEndException, IOBackEndException
read
in interface ISessionManager
IOBackEndException
InternalBackEndException
ISessionManager.read(String)
public void update(MSessionBean session) throws InternalBackEndException, IOBackEndException
update
in interface ISessionManager
IOBackEndException
InternalBackEndException
ISessionManager.update(MSessionBean)
public void delete(java.lang.String sessionID) throws InternalBackEndException, IOBackEndException
ISessionManager
delete
in interface ISessionManager
IOBackEndException
ServiceManagerException
InternalBackEndException
ISessionManager.delete(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |