ORCentral
|
Command to check if a session is valid. More...
Public Member Functions | |
Boolean | execute () throws ORException |
Executes command. | |
void | setSession (Session session) |
Session | getSession () |
Command to check if a session is valid.
Definition at line 16 of file IsValidSessionCommand.java.
Boolean eu.coform.command.loginsession.IsValidSessionCommand.execute | ( | ) | throws ORException |
Executes command.
ORException | if session is invalid/unkown or expired. |
Implements eu.coform.command.proto.Abstract.
Definition at line 27 of file IsValidSessionCommand.java.
Session eu.coform.command.loginsession.IsValidSessionCommand.getSession | ( | ) |
Definition at line 60 of file IsValidSessionCommand.java.
void eu.coform.command.loginsession.IsValidSessionCommand.setSession | ( | Session | session | ) |
Definition at line 56 of file IsValidSessionCommand.java.