|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
@Deprecated void create(java.lang.String userID, java.lang.String ip) throws InternalBackEndException, IOBackEndException
userID
- ip
-
InternalBackEndException
IOBackEndException
void create(MSessionBean sessionBean) throws InternalBackEndException, IOBackEndException
sessionBean
-
InternalBackEndException
IOBackEndException
MSessionBean read(java.lang.String userID) throws InternalBackEndException, IOBackEndException
userID
-
InternalBackEndException
IOBackEndException
void update(MSessionBean session) throws InternalBackEndException, IOBackEndException
sesion
-
InternalBackEndException
IOBackEndException
void delete(java.lang.String userID) throws InternalBackEndException, IOBackEndException
userID
-
InternalBackEndException
IOBackEndException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |