Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Namespaces | |
posix | |
Classes | |
class | PrivateImplRef |
class | Agent |
class | AgentEvent |
class | AgentSession |
class | ConsoleEvent |
class | ConsoleSession |
class | Data |
class | DataAddr |
struct | QmfException |
struct | KeyNotFound |
struct | IndexOutOfRange |
struct | OperationTimedOut |
class | Handle |
A handle is like a pointer: refers to an underlying implementation object. More... | |
class | Query |
class | Schema |
class | SchemaId |
class | SchemaMethod |
class | SchemaProperty |
class | Subscription |
Enumerations | |
enum | AgentEventCode { AGENT_AUTH_QUERY = 1, AGENT_AUTH_SUBSCRIBE = 2, AGENT_QUERY = 3, AGENT_METHOD = 4, AGENT_SUBSCRIBE_BEGIN = 5, AGENT_SUBSCRIBE_TOUCH = 6, AGENT_SUBSCRIBE_END = 7, AGENT_THREAD_FAILED = 8 } |
enum | ConsoleEventCode { CONSOLE_AGENT_ADD = 1, CONSOLE_AGENT_DEL = 2, CONSOLE_AGENT_RESTART = 3, CONSOLE_AGENT_SCHEMA_UPDATE = 4, CONSOLE_AGENT_SCHEMA_RESPONSE = 5, CONSOLE_EVENT = 6, CONSOLE_QUERY_RESPONSE = 7, CONSOLE_METHOD_RESPONSE = 8, CONSOLE_EXCEPTION = 9, CONSOLE_SUBSCRIBE_ADD = 10, CONSOLE_SUBSCRIBE_UPDATE = 11, CONSOLE_SUBSCRIBE_DEL = 12, CONSOLE_THREAD_FAILED = 13 } |
enum | AgentDelReason { AGENT_DEL_AGED = 1, AGENT_DEL_FILTER = 2 } |
enum | QueryTarget { QUERY_OBJECT = 1, QUERY_OBJECT_ID = 2, QUERY_SCHEMA = 3, QUERY_SCHEMA_ID = 4 } |
Variables | |
const int | SCHEMA_TYPE_DATA = 1 |
const int | SCHEMA_TYPE_EVENT = 2 |
const int | SCHEMA_DATA_VOID = 1 |
const int | SCHEMA_DATA_BOOL = 2 |
const int | SCHEMA_DATA_INT = 3 |
const int | SCHEMA_DATA_FLOAT = 4 |
const int | SCHEMA_DATA_STRING = 5 |
const int | SCHEMA_DATA_MAP = 6 |
const int | SCHEMA_DATA_LIST = 7 |
const int | SCHEMA_DATA_UUID = 8 |
const int | ACCESS_READ_CREATE = 1 |
const int | ACCESS_READ_WRITE = 2 |
const int | ACCESS_READ_ONLY = 3 |
const int | DIR_IN = 1 |
const int | DIR_OUT = 2 |
const int | DIR_IN_OUT = 3 |
const int | SEV_EMERG = 0 |
const int | SEV_ALERT = 1 |
const int | SEV_CRIT = 2 |
const int | SEV_ERROR = 3 |
const int | SEV_WARN = 4 |
const int | SEV_NOTICE = 5 |
const int | SEV_INFORM = 6 |
const int | SEV_DEBUG = 7 |
enum qmf::AgentDelReason |
Enumerator | |
---|---|
AGENT_DEL_AGED | |
AGENT_DEL_FILTER |
Definition at line 60 of file ConsoleEvent.h.
enum qmf::AgentEventCode |
Enumerator | |
---|---|
AGENT_AUTH_QUERY | |
AGENT_AUTH_SUBSCRIBE | |
AGENT_QUERY | |
AGENT_METHOD | |
AGENT_SUBSCRIBE_BEGIN | |
AGENT_SUBSCRIBE_TOUCH | |
AGENT_SUBSCRIBE_END | |
AGENT_THREAD_FAILED |
Definition at line 43 of file AgentEvent.h.
Definition at line 44 of file ConsoleEvent.h.
enum qmf::QueryTarget |
const int qmf::ACCESS_READ_CREATE = 1 |
Definition at line 43 of file SchemaTypes.h.
const int qmf::ACCESS_READ_ONLY = 3 |
Definition at line 45 of file SchemaTypes.h.
const int qmf::ACCESS_READ_WRITE = 2 |
Definition at line 44 of file SchemaTypes.h.
const int qmf::DIR_IN = 1 |
Definition at line 47 of file SchemaTypes.h.
const int qmf::DIR_IN_OUT = 3 |
Definition at line 49 of file SchemaTypes.h.
const int qmf::DIR_OUT = 2 |
Definition at line 48 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_BOOL = 2 |
Definition at line 35 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_FLOAT = 4 |
Definition at line 37 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_INT = 3 |
Definition at line 36 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_LIST = 7 |
Definition at line 40 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_MAP = 6 |
Definition at line 39 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_STRING = 5 |
Definition at line 38 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_UUID = 8 |
Definition at line 41 of file SchemaTypes.h.
const int qmf::SCHEMA_DATA_VOID = 1 |
Definition at line 34 of file SchemaTypes.h.
const int qmf::SCHEMA_TYPE_DATA = 1 |
Definition at line 31 of file SchemaTypes.h.
const int qmf::SCHEMA_TYPE_EVENT = 2 |
Definition at line 32 of file SchemaTypes.h.
const int qmf::SEV_ALERT = 1 |
Definition at line 52 of file SchemaTypes.h.
const int qmf::SEV_CRIT = 2 |
Definition at line 53 of file SchemaTypes.h.
const int qmf::SEV_DEBUG = 7 |
Definition at line 58 of file SchemaTypes.h.
const int qmf::SEV_EMERG = 0 |
Definition at line 51 of file SchemaTypes.h.
const int qmf::SEV_ERROR = 3 |
Definition at line 54 of file SchemaTypes.h.
const int qmf::SEV_INFORM = 6 |
Definition at line 57 of file SchemaTypes.h.
const int qmf::SEV_NOTICE = 5 |
Definition at line 56 of file SchemaTypes.h.
const int qmf::SEV_WARN = 4 |
Definition at line 55 of file SchemaTypes.h.