TreeFrogFramework  2.8
Static Public Member Functions | List of all members
TSessionStoreFactory Class Reference

#include <tsessionstorefactory.h>

Static Public Member Functions

static QStringList keys ()
 
static TSessionStorecreate (const QString &key)
 
static void destroy (const QString &key, TSessionStore *store)
 

Detailed Description

The TSessionStoreFactory class creates TSessionStore objects.

Member Function Documentation

◆ create()

TSessionStore * TSessionStoreFactory::create ( const QString &  key)
static

Creates and returns a TSessionStore object that matches the given key, or returns 0 if no matching session store is found.

◆ destroy()

void TSessionStoreFactory::destroy ( const QString &  key,
TSessionStore store 
)
static

Destroys the store, assuming it is of the key.

◆ keys()

QStringList TSessionStoreFactory::keys ( )
static

Returns the list of valid keys, i.e. the available session stores.


The documentation for this class was generated from the following files: