Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET
Apache Qpid Documentation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
qmf
AgentEvent.h
Go to the documentation of this file.
1
#ifndef QMF_AGENT_EVENT_H
2
#define QMF_AGENT_EVENT_H
3
/*
4
*
5
* Licensed to the Apache Software Foundation (ASF) under one
6
* or more contributor license agreements. See the NOTICE file
7
* distributed with this work for additional information
8
* regarding copyright ownership. The ASF licenses this file
9
* to you under the Apache License, Version 2.0 (the
10
* "License"); you may not use this file except in compliance
11
* with the License. You may obtain a copy of the License at
12
*
13
* http://www.apache.org/licenses/LICENSE-2.0
14
*
15
* Unless required by applicable law or agreed to in writing,
16
* software distributed under the License is distributed on an
17
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18
* KIND, either express or implied. See the License for the
19
* specific language governing permissions and limitations
20
* under the License.
21
*
22
*/
23
24
#include <
qmf/ImportExport.h
>
25
#include "
qmf/Handle.h
"
26
#include "
qpid/types/Variant.h
"
27
28
namespace
qmf {
29
30
#ifndef SWIG
31
template
<
class
>
class
PrivateImplRef;
32
#endif
33
34
class
AgentEventImpl;
35
class
Query;
36
class
DataAddr;
37
38
enum
AgentEventCode
{
39
AGENT_AUTH_QUERY
= 1,
40
AGENT_AUTH_SUBSCRIBE
= 2,
41
AGENT_QUERY
= 3,
42
AGENT_METHOD
= 4,
43
AGENT_SUBSCRIBE_BEGIN
= 5,
44
AGENT_SUBSCRIBE_TOUCH
= 6,
45
AGENT_SUBSCRIBE_END
= 7,
46
AGENT_THREAD_FAILED
= 8
47
};
48
49
class
QMF_CLASS_EXTERN
AgentEvent
:
public
qmf::Handle
<AgentEventImpl> {
50
public
:
51
QMF_EXTERN
AgentEvent
(AgentEventImpl* impl = 0);
52
QMF_EXTERN
AgentEvent(
const
AgentEvent&);
53
QMF_EXTERN
AgentEvent& operator=(
const
AgentEvent&);
54
QMF_EXTERN
~AgentEvent();
55
56
QMF_EXTERN
AgentEventCode
getType()
const
;
57
QMF_EXTERN
const
std::string& getUserId()
const
;
58
QMF_EXTERN
Query
getQuery()
const
;
59
QMF_EXTERN
bool
hasDataAddr()
const
;
60
QMF_EXTERN
DataAddr
getDataAddr()
const
;
61
QMF_EXTERN
const
std::string& getMethodName()
const
;
62
QMF_EXTERN
qpid::types::Variant::Map
& getArguments();
63
QMF_EXTERN
qpid::types::Variant::Map
& getArgumentSubtypes();
64
QMF_EXTERN
void
addReturnArgument(
const
std::string&,
const
qpid::types::Variant
&,
const
std::string& st=
""
);
65
66
#ifndef SWIG
67
private
:
68
friend
class
qmf::PrivateImplRef
<AgentEvent>;
69
friend
struct
AgentEventImplAccess;
70
#endif
71
};
72
}
73
74
#endif
Qpid C++ API Reference
Generated on Mon Jul 15 2013 for Qpid C++ Client API by
1.8.3.1