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

OEP_ecps Class Reference

#include <oep_types.h>

List of all members.

Public Methods

 OEP_ecps ()
virtual ~OEP_ecps ()
void setKey (char *key)
const char * getKey (void) const
void addConsumerAdmin (OEP_caps *cadm)
const OepCapsListgetConsumerAdmins (void) const
void addSupplierAdmin (OEP_saps *cadm)
const OepSapsListgetSupplierAdmins (void) const
void setPullRetryPeriod (long)
long getPullRetryPeriod (void) const
void setMaxQueueLength (long)
long getMaxQueueLength (void) const
void setMaxEventsPerConsumer (long)
long getMaxEventsPerConsumer (void) const

Private Attributes

char * key
OepCapsList cadm
OepSapsList sadm
long pullRetryPeriod
long maxQueueLength
long maxEventsPerConsumer


Constructor & Destructor Documentation

OEP_ecps::OEP_ecps  
 

Definition at line 282 of file oep_types.cc.

References MAX_EVENTS_PER_CONSUMER, MAX_QUEUE_LENGTH, and PULL_RETRY_PERIOD.

OEP_ecps::~OEP_ecps   [virtual]
 

Definition at line 291 of file oep_types.cc.

References cadm, key, and sadm.


Member Function Documentation

void OEP_ecps::addConsumerAdmin OEP_caps   cadm
 

Definition at line 337 of file oep_types.cc.

References cadm.

void OEP_ecps::addSupplierAdmin OEP_saps   cadm
 

Definition at line 349 of file oep_types.cc.

References sadm.

const OepCapsList & OEP_ecps::getConsumerAdmins void    const
 

Definition at line 343 of file oep_types.cc.

References cadm.

const char * OEP_ecps::getKey void    const
 

Definition at line 331 of file oep_types.cc.

References key.

long OEP_ecps::getMaxEventsPerConsumer void    const
 

Definition at line 391 of file oep_types.cc.

References maxEventsPerConsumer.

long OEP_ecps::getMaxQueueLength void    const
 

Definition at line 379 of file oep_types.cc.

References maxQueueLength.

long OEP_ecps::getPullRetryPeriod void    const
 

Definition at line 367 of file oep_types.cc.

References pullRetryPeriod.

const OepSapsList & OEP_ecps::getSupplierAdmins void    const
 

Definition at line 355 of file oep_types.cc.

References sadm.

void OEP_ecps::setKey char *    key
 

Definition at line 320 of file oep_types.cc.

References key.

void OEP_ecps::setMaxEventsPerConsumer long   
 

Definition at line 385 of file oep_types.cc.

References maxEventsPerConsumer.

void OEP_ecps::setMaxQueueLength long   
 

Definition at line 373 of file oep_types.cc.

References maxQueueLength.

void OEP_ecps::setPullRetryPeriod long   
 

Definition at line 361 of file oep_types.cc.

References pullRetryPeriod.


Member Data Documentation

OepCapsList OEP_ecps::cadm [private]
 

Definition at line 210 of file oep_types.h.

Referenced by addConsumerAdmin(), getConsumerAdmins(), and ~OEP_ecps().

char* OEP_ecps::key [private]
 

Definition at line 209 of file oep_types.h.

Referenced by getKey(), setKey(), and ~OEP_ecps().

long OEP_ecps::maxEventsPerConsumer [private]
 

Definition at line 214 of file oep_types.h.

Referenced by getMaxEventsPerConsumer(), and setMaxEventsPerConsumer().

long OEP_ecps::maxQueueLength [private]
 

Definition at line 213 of file oep_types.h.

Referenced by getMaxQueueLength(), and setMaxQueueLength().

long OEP_ecps::pullRetryPeriod [private]
 

Definition at line 212 of file oep_types.h.

Referenced by getPullRetryPeriod(), and setPullRetryPeriod().

OepSapsList OEP_ecps::sadm [private]
 

Definition at line 211 of file oep_types.h.

Referenced by addSupplierAdmin(), getSupplierAdmins(), and ~OEP_ecps().


The documentation for this class was generated from the following files:
Generated on Fri Dec 12 10:53:11 2003 for OmniEvents by doxygen1.2.15