21 #ifndef _QPID_CONSOLE_EVENT_H_
22 #define _QPID_CONSOLE_EVENT_H_
uint64_t attrUint64(const std::string &key) const
std::string getSeverityString() const
std::string attrString(const std::string &key) const
int32_t attrInt(const std::string &key) const
bool attrBool(const std::string &key) const
uint8_t getSeverity() const
std::ostream & operator<<(std::ostream &o, const Agent &agent)
SchemaClass * getSchema() const
A UUID is represented as a boost::array of 16 bytes.
double attrDouble(const std::string &key) const
Broker * getBroker() const
int64_t attrInt64(const std::string &key) const
uint64_t getTimestamp() const
ObjectId attrRef(const std::string &key) const
A set of name-value pairs.
framing::Uuid attrUuid(const std::string &key) const
uint32_t attrUint(const std::string &key) const
const ClassKey & getClassKey() const
const Object::AttributeMap & getAttributes() const
Event(Broker *broker, SchemaClass *schemaClass, framing::Buffer &buffer)
float attrFloat(const std::string &key) const
framing::FieldTable attrMap(const std::string &key) const
#define QPID_CONSOLE_EXTERN