Script::Session Class Reference

This class holds an "active" session handler that has been created by a "slow" module handler.active session base class. More...

#include <script.h>

List of all members.

Public Member Functions

virtual void waitHandler (void)=0
 Used to wait for operation completion.

Protected Member Functions

void stepScheduler (const char *sighandler=NULL)
 Notify interpreter callback that the session is complete and pass an optional signal handler for stepping.
void sleepScheduler (timeout_t delay)
 Notify interpreter callback that a timed operation is in progress.
 Session (ScriptInterp *interp)
 Base constructor.
virtual ~Session ()

Friends

class ScriptInterp


Detailed Description

This class holds an "active" session handler that has been created by a "slow" module handler.active session base class.

This provides a mechanism for active sessions to impliment thread-based callback and thread based session handlers in a generic fashion.

Author:
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

Script::Session::Session ( ScriptInterp interp  )  [protected]

Base constructor.

virtual Script::Session::~Session (  )  [inline, protected, virtual]


Member Function Documentation

void Script::Session::sleepScheduler ( timeout_t  delay  )  [protected]

Notify interpreter callback that a timed operation is in progress.

Parameters:
time delay of operation.

void Script::Session::stepScheduler ( const char *  sighandler = NULL  )  [protected]

Notify interpreter callback that the session is complete and pass an optional signal handler for stepping.

Parameters:
optional signal handler.

virtual void Script::Session::waitHandler ( void   )  [pure virtual]

Used to wait for operation completion.


Friends And Related Function Documentation

friend class ScriptInterp [friend]


The documentation for this class was generated from the following file:
Generated on Sun Oct 22 21:01:52 2006 for ccScript by  doxygen 1.4.7