#include <oep_types.h>
Public Methods | |
OEP_ecps () | |
virtual | ~OEP_ecps () |
void | setKey (char *key) |
const char * | getKey (void) const |
void | addConsumerAdmin (OEP_caps *cadm) |
const OepCapsList & | getConsumerAdmins (void) const |
void | addSupplierAdmin (OEP_saps *cadm) |
const OepSapsList & | getSupplierAdmins (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 |
|
Definition at line 282 of file oep_types.cc. References MAX_EVENTS_PER_CONSUMER, MAX_QUEUE_LENGTH, and PULL_RETRY_PERIOD. |
|
Definition at line 291 of file oep_types.cc. |
|
Definition at line 337 of file oep_types.cc. References cadm. |
|
Definition at line 349 of file oep_types.cc. References sadm. |
|
Definition at line 343 of file oep_types.cc. References cadm. |
|
Definition at line 331 of file oep_types.cc. References key. |
|
Definition at line 391 of file oep_types.cc. References maxEventsPerConsumer. |
|
Definition at line 379 of file oep_types.cc. References maxQueueLength. |
|
Definition at line 367 of file oep_types.cc. References pullRetryPeriod. |
|
Definition at line 355 of file oep_types.cc. References sadm. |
|
Definition at line 320 of file oep_types.cc. References key. |
|
Definition at line 385 of file oep_types.cc. References maxEventsPerConsumer. |
|
Definition at line 373 of file oep_types.cc. References maxQueueLength. |
|
Definition at line 361 of file oep_types.cc. References pullRetryPeriod. |
|
Definition at line 210 of file oep_types.h. Referenced by addConsumerAdmin(), getConsumerAdmins(), and ~OEP_ecps(). |
|
Definition at line 209 of file oep_types.h. |
|
Definition at line 214 of file oep_types.h. Referenced by getMaxEventsPerConsumer(), and setMaxEventsPerConsumer(). |
|
Definition at line 213 of file oep_types.h. Referenced by getMaxQueueLength(), and setMaxQueueLength(). |
|
Definition at line 212 of file oep_types.h. Referenced by getPullRetryPeriod(), and setPullRetryPeriod(). |
|
Definition at line 211 of file oep_types.h. Referenced by addSupplierAdmin(), getSupplierAdmins(), and ~OEP_ecps(). |