ost::BayonneService Class Reference

Bayonne services are used for threaded modules which may be installed at runtime.threaded server service. More...

#include <bayonne.h>

List of all members.

Static Public Member Functions

static void start (void)
static void stop (void)
static void detach (BayonneSession *s)
static void active (BayonneSession *s)
static void notify (BayonneSession *s)

Protected Member Functions

 BayonneService (int pri, size_t stack)
virtual void stopService (void)
 Used for stop call interface.
virtual void startService (void)
 Used for start call interface.
virtual void detachCall (BayonneSession *s)
 Used at end of call.
virtual void activeCall (BayonneSession *s)
 Used at running state.
virtual void notifyCall (BayonneSession *s)
 Used to notify for an extension ringing.

Friends

void startServices (void)
void stopServices (void)


Detailed Description

Bayonne services are used for threaded modules which may be installed at runtime.threaded server service.

These exist to integrate plugins with server managed startup and shutdown.

Author:
David Sugar <dyfet@gnutelephony.org>


Constructor & Destructor Documentation

ost::BayonneService::BayonneService ( int  pri,
size_t  stack 
) [protected]


Member Function Documentation

virtual void ost::BayonneService::stopService ( void   )  [protected, virtual]

Used for stop call interface.

virtual void ost::BayonneService::startService ( void   )  [protected, virtual]

Used for start call interface.

virtual void ost::BayonneService::detachCall ( BayonneSession s  )  [protected, virtual]

Used at end of call.

virtual void ost::BayonneService::activeCall ( BayonneSession s  )  [protected, virtual]

Used at running state.

virtual void ost::BayonneService::notifyCall ( BayonneSession s  )  [protected, virtual]

Used to notify for an extension ringing.

static void ost::BayonneService::start ( void   )  [static]

static void ost::BayonneService::stop ( void   )  [static]

static void ost::BayonneService::detach ( BayonneSession s  )  [static]

static void ost::BayonneService::active ( BayonneSession s  )  [static]

static void ost::BayonneService::notify ( BayonneSession s  )  [static]


Friends And Related Function Documentation

void startServices ( void   )  [friend]

void stopServices ( void   )  [friend]


The documentation for this class was generated from the following file:
Generated on Tue Nov 28 01:38:08 2006 for Bayonne by  doxygen 1.5.0