40 static std::string StatusText(
status_t status, std::string text = std::string());
43 static const status_t STATUS_UNKNOWN_OBJECT = 1;
44 static const status_t STATUS_UNKNOWN_METHOD = 2;
45 static const status_t STATUS_NOT_IMPLEMENTED = 3;
46 static const status_t STATUS_PARAMETER_INVALID = 4;
47 static const status_t STATUS_FEATURE_NOT_IMPLEMENTED = 5;
50 static const status_t STATUS_USER = 0x00010000;
58 #ifdef _IN_QPID_BROKER
59 virtual ManagementObject::shared_ptr GetManagementObject()
const = 0;
74 virtual bool AuthorizeMethod(
uint32_t methodId,
Args& args,
const std::string& userId);
virtual ~Manageable(void)=0
#define QPID_COMMON_EXTERN