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
Schema.h
Go to the documentation of this file.
1
#ifndef QMF_SCHEMA_H
2
#define QMF_SCHEMA_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 "
qpid/sys/IntegerTypes.h
"
26
#include "
qmf/Handle.h
"
27
#include "
qmf/SchemaTypes.h
"
28
#include <string>
29
30
namespace
qmf {
31
32
#ifndef SWIG
33
template
<
class
>
class
PrivateImplRef;
34
#endif
35
36
class
SchemaImpl;
37
class
SchemaId;
38
class
SchemaProperty;
39
class
SchemaMethod;
40
41
class
QMF_CLASS_EXTERN
Schema
:
public
qmf::Handle
<SchemaImpl> {
42
public
:
43
QMF_EXTERN
Schema
(SchemaImpl* impl = 0);
44
QMF_EXTERN
Schema(
const
Schema&);
45
QMF_EXTERN
Schema& operator=(
const
Schema&);
46
QMF_EXTERN
~Schema();
47
48
QMF_EXTERN
Schema(
int
,
const
std::string&,
const
std::string&);
49
QMF_EXTERN
const
SchemaId
& getSchemaId()
const
;
50
51
QMF_EXTERN
void
finalize();
52
QMF_EXTERN
bool
isFinalized()
const
;
53
QMF_EXTERN
void
addProperty(
const
SchemaProperty
&);
54
QMF_EXTERN
void
addMethod(
const
SchemaMethod
&);
55
QMF_EXTERN
void
setDesc(
const
std::string&);
56
QMF_EXTERN
const
std::string& getDesc()
const
;
57
58
QMF_EXTERN
void
setDefaultSeverity(
int
);
59
QMF_EXTERN
int
getDefaultSeverity()
const
;
60
61
QMF_EXTERN
uint32_t
getPropertyCount()
const
;
62
QMF_EXTERN
SchemaProperty
getProperty(
uint32_t
)
const
;
63
64
QMF_EXTERN
uint32_t
getMethodCount()
const
;
65
QMF_EXTERN
SchemaMethod
getMethod(
uint32_t
)
const
;
66
67
#ifndef SWIG
68
private
:
69
friend
class
qmf::PrivateImplRef
<Schema>;
70
friend
struct
SchemaImplAccess;
71
#endif
72
};
73
74
}
75
76
#endif
qmf::SchemaProperty
Definition:
SchemaProperty.h:39
qmf::Schema
Definition:
Schema.h:41
Handle.h
QMF_EXTERN
#define QMF_EXTERN
Definition:
ImportExport.h:30
qmf::PrivateImplRef
Definition:
Agent.h:35
qmf::SchemaMethod
Definition:
SchemaMethod.h:39
QMF_CLASS_EXTERN
#define QMF_CLASS_EXTERN
Definition:
ImportExport.h:31
ImportExport.h
uint32_t
unsigned int uint32_t
Definition:
IntegerTypes.h:27
qmf::Handle
A handle is like a pointer: refers to an underlying implementation object.
Definition:
Handle.h:38
SchemaTypes.h
IntegerTypes.h
qmf::SchemaId
Definition:
SchemaId.h:38
Qpid C++ API Reference
Generated on Wed Aug 27 2014 for Qpid C++ Client API by
1.8.6