ORCentral
Public Member Functions

eu.coform.command.loginsession.IsValidSessionCommand Class Reference

Command to check if a session is valid. More...

Inheritance diagram for eu.coform.command.loginsession.IsValidSessionCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.command.loginsession.IsValidSessionCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Boolean execute () throws ORException
 Executes command.
void setSession (Session session)
Session getSession ()

Detailed Description

Command to check if a session is valid.

Definition at line 16 of file IsValidSessionCommand.java.


Member Function Documentation

Boolean eu.coform.command.loginsession.IsValidSessionCommand.execute ( ) throws ORException

Executes command.

Returns:
whether or not the session is valid.
Exceptions:
ORExceptionif session is invalid/unkown or expired.

Implements eu.coform.command.proto.Abstract.

Definition at line 27 of file IsValidSessionCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations