Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Request Class Reference

Requests are used to queue service requests to a trunk group. Request service. More...

#include <bayonne.h>

List of all members.

Public Methods

 Request (TrunkGroup *grp, const char *text, unsigned expire, const char *tag=NULL)
 ~Request ()
char** getList (void)
char* getTag (void)
bool isExpired (void)

Friends

class  TrunkGroup
void cancel (TrunkGroup *group, const char *tag)
Request* request (TrunkGroup *group, char **argv, unsigned timeout, const char *tag=NULL)
Request* locate (TrunkGroup *group, const char *tag, int *pos)


Detailed Description

Requests are used to queue service requests to a trunk group. Request service.

These are usually for scripts that will perform some form of outbound dialing. Requests are queued until either they can be serviced, or they are expired.

Author(s):
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

Request::Request ( TrunkGroup * grp,
const char * text,
unsigned expire,
const char * tag = NULL )
 

Request::~Request ( ) [inline]
 


Member Function Documentation

char ** Request::getList ( void ) [inline]
 

char * Request::getTag ( void ) [inline]
 

bool Request::isExpired ( void )
 


Friends And Related Function Documentation

class TrunkGroup [friend]
 

void cancel ( TrunkGroup * group,
const char * tag ) [friend]
 

Request* locate ( TrunkGroup * group,
const char * tag,
int * pos ) [friend]
 

Request* request ( TrunkGroup * group,
char ** argv,
unsigned timeout,
const char * tag = NULL ) [friend]
 


The documentation for this class was generated from the following file:
Generated at Mon Oct 1 10:26:06 2001 for Bayonne by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001