#include <qpid/management/Manageable.h>
List of all members.
Static Public Member Functions |
static std::string | StatusText (status_t status, std::string text=std::string()) |
Detailed Description
Definition at line 31 of file Manageable.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qpid::management::Manageable::~Manageable |
( |
void |
| ) |
|
|
inlinepure virtual |
Member Function Documentation
virtual bool qpid::management::Manageable::AuthorizeMethod |
( |
uint32_t |
methodId, |
|
|
Args & |
args, |
|
|
const std::string & |
userId |
|
) |
| |
|
virtual |
virtual status_t qpid::management::Manageable::ManagementMethod |
( |
uint32_t |
methodId, |
|
|
Args & |
args, |
|
|
std::string & |
text |
|
) |
| |
|
virtual |
static std::string qpid::management::Manageable::StatusText |
( |
status_t |
status, |
|
|
std::string |
text = std::string() |
|
) |
| |
|
static |
Member Data Documentation
const status_t qpid::management::Manageable::STATUS_EXCEPTION = 7 |
|
static |
const status_t qpid::management::Manageable::STATUS_FEATURE_NOT_IMPLEMENTED = 5 |
|
static |
const status_t qpid::management::Manageable::STATUS_FORBIDDEN = 6 |
|
static |
const status_t qpid::management::Manageable::STATUS_NOT_IMPLEMENTED = 3 |
|
static |
const status_t qpid::management::Manageable::STATUS_OK = 0 |
|
static |
const status_t qpid::management::Manageable::STATUS_PARAMETER_INVALID = 4 |
|
static |
const status_t qpid::management::Manageable::STATUS_UNKNOWN_METHOD = 2 |
|
static |
const status_t qpid::management::Manageable::STATUS_UNKNOWN_OBJECT = 1 |
|
static |
const status_t qpid::management::Manageable::STATUS_USER = 0x00010000 |
|
static |
The documentation for this class was generated from the following file: