#include <mini/zz_session_handler.h>
Inheritance diagram for CzzSessionHandler:

Public Member Functions | |
| CzzSessionHandler (JavaVM *jvm_instance) | |
| Construction. | |
| ~CzzSessionHandler () | |
| Destructor. | |
| virtual void | OnStart (void) |
Static Public Member Functions | |
| static MINI_SESSION * | getSession (const CzzString &id, const char *user, const char *ip, void *connect, int role, int java=0) |
| Get a session. | |
| static void | deleteSession (const CzzString &id) |
| static void | unlockSession (const CzzString &id) |
| static CzzSessionList | getSessions (void) |
| static int | getCount (void) |
| Get number of active sessions. | |
|
|
Construction.
|
|
|
Destructor.
|
|
|
|
|
|
Get number of active sessions.
|
|
||||||||||||||||||||||||||||
|
Get a session.
|
|
|
|
|
|
Reimplemented from CzzWinThread. |
|
|
|
1.4.6-NO