summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/Qpid-Management-Framework.xml
blob: 89bfe9d95e25a121979b29d63bbd12b7098fcebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
<?xml version="1.0" encoding="utf-8"?>
<!--
 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at
 
   http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 
-->

<section><title>
      Qpid Management Framework
    </title>
            <itemizedlist>
              <listitem><para>
                <xref linkend="QpidManagementFramework-WhatIsQMF"/>
              </para></listitem>
              <listitem><para>
                <xref linkend="QpidManagementFramework-GettingStartedwithQMF"/>
              </para></listitem>
              <listitem><para>
                <xref linkend="QpidManagementFramework-QMFConcepts"/>
              </para></listitem>
              <listitem><para>
                <itemizedlist>
                  <listitem><para>
                    <xref linkend="QpidManagementFramework-Console-2CAgent-2CandBroker"/>
                  </para></listitem>
                  <listitem><para>
                    <xref linkend="QpidManagementFramework-Schema"/>
                  </para></listitem>
                  <listitem><para>
                    <xref linkend="QpidManagementFramework-ClassKeysandClassVersioning"/>
                  </para></listitem>
                </itemizedlist>
              </para></listitem>
              <listitem><para>
                <xref linkend="QpidManagementFramework-TheQMFProtocol"/>
              </para></listitem>
              <listitem><para>
                <xref linkend="QpidManagementFramework-HowtoWriteaQMFConsole"/>
              </para></listitem>
              <listitem><para>
                <xref linkend="QpidManagementFramework-HowtoWriteaQMFAgent"/>
              </para></listitem>
            </itemizedlist>
          
            <para>
              Please visit the <xref linkend="qpid_QMFv2-Project-Page"/> for information
              about the future of QMF.
            </para>
          <section role="h1" id="QpidManagementFramework-WhatIsQMF"><title>
            What Is QMF
          </title>

	 <para>
            QMF (Qpid Management Framework) is a general-purpose management
            bus built on Qpid Messaging. It takes advantage of the
            scalability, security, and rich capabilities of Qpid to provide
            flexible and easy-to-use manageability to a large set of
            applications.
          </para>
	  <!--h1--></section>

	  <section role="h1" id="QpidManagementFramework-GettingStartedwithQMF"><title>
            Getting
            Started with QMF
          </title>

	 <para>
            QMF is used through two primary APIs. The <emphasis>console</emphasis> API is
            used for console applications that wish to access and manipulate
            manageable components through QMF. The <emphasis>agent</emphasis> API is used
            for application that wish to be managed through QMF.
          </para><para>
            The fastest way to get started with QMF is to work through the
            "How To" tutorials for consoles and agents. For a deeper
            understanding of what is happening in the tutorials, it is
            recommended that you look at the <emphasis>Qmf Concepts</emphasis> section.
          </para>
	  <!--h1--></section>

	  <section role="h1" id="QpidManagementFramework-QMFConcepts"><title>
            QMF Concepts
          </title>

	 <para>
            This section introduces important concepts underlying QMF.
          </para>


	  <section role="h2" id="QpidManagementFramework-Console-2CAgent-2CandBroker"><title>
            Console,
            Agent, and Broker
          </title>

	 <para>
            The major architectural components of QMF are the Console, the
            Agent, and the Broker. Console components are the "managing"
            components of QMF and agent components are the "managed" parts.
            The broker is a central (possibly distributed, clustered and
            fault-tolerant) component that manages name spaces and caches
            schema information.
          </para><para>
            A console application may be a command-line utility, a
            three-tiered web-based GUI, a collection and storage device, a
            specialized application that monitors and reacts to events and
            conditions, or anything else somebody wishes to develop that uses
            QMF management data.
          </para><para>
            An agent application is any application that has been enhanced to
            allow itself to be managed via QMF.
          </para>
            <programlisting>
       +-------------+    +---------+    +---------------+    +-------------------+
       | CLI utility |    | Web app |    | Audit storage |    | Event correlation |
       +-------------+    +---------+    +---------------+    +-------------------+
              ^                ^                 ^                ^          |
              |                |                 |                |          |
              v                v                 v                v          v
    +---------------------------------------------------------------------------------+
    |                Qpid Messaging Bus (with QMF Broker capability)                  |
    +---------------------------------------------------------------------------------+
                    ^                     ^                     ^
                    |                     |                     |
                    v                     v                     v
           +----------------+    +----------------+    +----------------+
           | Manageable app |    | Manageable app |    | Manageable app |
           +----------------+    +----------------+    +----------------+
</programlisting>
          <para>
            In the above diagram, the <emphasis>Manageable apps</emphasis> are agents,
            the <emphasis>CLI utility</emphasis>, <emphasis>Web app</emphasis>, and <emphasis>Audit
            storage</emphasis> are consoles, and <emphasis>Event correlation</emphasis> is both
            a console and an agent because it can create events based on the
            aggregation of what it sees.
          </para>
<!--h2--></section>

	  <section role="h2" id="QpidManagementFramework-Schema"><title>
            Schema
          </title>
	 
	  <para>
            A <emphasis>schema</emphasis> describes the structure of management data.
            Each <emphasis>agent</emphasis> provides a schema that describes its
            management model including the object classes, methods, events,
            etc. that it provides. In the current QMF distribution, the
            agent's schema is codified in an XML document. In the near
            future, there will also be ways to programatically create QMF
            schemata.
          </para><section role="h3" id="QpidManagementFramework-Package"><title>
            Package
          </title>

	 <para>
            Each agent that exports a schema identifies itself using a
            <emphasis>package</emphasis> name. The package provides a unique namespace
            for the classes in the agent's schema that prevent collisions
            with identically named classes in other agents' schemata.
          </para><para>
            Package names are in "reverse domain name" form with levels of
            hierarchy separated by periods. For example, the Qpid messaging
            broker uses package "org.apache.qpid.broker" and the Access
            Control List plugin for the broker uses package
            "org.apache.qpid.acl". In general, the package name should be the
            reverse of the internet domain name assigned to the organization
            that owns the agent software followed by identifiers to uniquely
            identify the agent.
          </para><para>
            The XML document for a package's schema uses an enclosing
            &lt;schema&gt; tag. For example:
          </para>
            <programlisting>
&lt;schema package="org.apache.qpid.broker"&gt;

&lt;/schema&gt;
</programlisting>
<!--h3--></section>

          <section role="h3" id="QpidManagementFramework-ObjectClasses"><title>
            Object
            Classes
          </title>

	 <para>
            <emphasis>Object classes</emphasis> define types for manageable objects. The
            agent may create and destroy objects which are instances of
            object classes in the schema. An object class is defined in the
            XML document using the &lt;class&gt; tag. An object class is
            composed of properties, statistics, and methods.
          </para>
            <programlisting>
  &lt;class name="Exchange"&gt;
    &lt;property name="vhostRef"   type="objId" references="Vhost" access="RC" index="y" parentRef="y"/&gt;
    &lt;property name="name"       type="sstr"  access="RC" index="y"/&gt;
    &lt;property name="type"       type="sstr"  access="RO"/&gt;
    &lt;property name="durable"    type="bool"  access="RC"/&gt;
    &lt;property name="arguments"  type="map"   access="RO" desc="Arguments supplied in exchange.declare"/&gt;

    &lt;statistic name="producerCount" type="hilo32"  desc="Current producers on exchange"/&gt;
    &lt;statistic name="bindingCount"  type="hilo32"  desc="Current bindings"/&gt;
    &lt;statistic name="msgReceives"   type="count64" desc="Total messages received"/&gt;
    &lt;statistic name="msgDrops"      type="count64" desc="Total messages dropped (no matching key)"/&gt;
    &lt;statistic name="msgRoutes"     type="count64" desc="Total routed messages"/&gt;
    &lt;statistic name="byteReceives"  type="count64" desc="Total bytes received"/&gt;
    &lt;statistic name="byteDrops"     type="count64" desc="Total bytes dropped (no matching key)"/&gt;
    &lt;statistic name="byteRoutes"    type="count64" desc="Total routed bytes"/&gt;
  &lt;/class&gt;
</programlisting>
<!--h3--></section>


          <section role="h3" id="QpidManagementFramework-PropertiesandStatistics"><title>
            Properties
            and Statistics
          </title>

	 <para>
            &lt;property&gt; and &lt;statistic&gt; tags must be placed within
            &lt;schema&gt; and &lt;/schema&gt; tags.
          </para><para>
            Properties, statistics, and methods are the building blocks of an
            object class. Properties and statistics are both object
            attributes, though they are treated differently. If an object
            attribute is defining, seldom or never changes, or is large in
            size, it should be defined as a <emphasis>property</emphasis>. If an
            attribute is rapidly changing or is used to instrument the object
            (counters, etc.), it should be defined as a <emphasis>statistic</emphasis>.
          </para><para>
            The XML syntax for &lt;property&gt; and &lt;statistic&gt; have
            the following XML-attributes:
          </para><table><title>XML Attributes for QMF Properties and Statistics</title><tgroup cols="4">
            <tbody>
              <row>
                <entry>
                  Attribute
                </entry>
                <entry>
                  &lt;property&gt;
                </entry>
                <entry>
                  &lt;statistic&gt;
                </entry>
                <entry>
                  Meaning
                </entry>
              </row>
              <row>
                <entry>
                  name
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  The name of the attribute
                </entry>
              </row>
              <row>
                <entry>
                  type
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  The data type of the attribute
                </entry>
              </row>
              <row>
                <entry>
                  unit
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Optional unit name - use the singular (i.e. MByte)
                </entry>
              </row>
              <row>
                <entry>
                  desc
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                  Description to annotate the attribute
                </entry>
              </row>
              <row>
                <entry>
                  references
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  If the type is "objId", names the referenced class
                </entry>
              </row>
              <row>
                <entry>
                  access
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  Access rights (RC, RW, RO)
                </entry>
              </row>
              <row>
                <entry>
                  index
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  "y" if this property is used to uniquely identify the
                  object. There may be more than one index property in a
                  class
                </entry>
              </row>
              <row>
                <entry>
                  parentRef
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  "y" if this property references an object in which this
                  object is in a child-parent relationship.
                </entry>
              </row>
              <row>
                <entry>
                  optional
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  "y" if this property is optional (i.e. may be
                  NULL/not-present)
                </entry>
              </row>
              <row>
                <entry>
                  min
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  Minimum value of a numeric attribute
                </entry>
              </row>
              <row>
                <entry>
                  max
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  Maximum value of a numeric attribute
                </entry>
              </row>
              <row>
                <entry>
                  maxLen
                </entry>
                <entry>
                  Y
                </entry>
                <entry>
                   
                </entry>
                <entry>
                  Maximum length of a string attribute
                </entry>
              </row>
            </tbody>
          </tgroup></table>
<!--h3--></section>


	  <section role="h3" id="QpidManagementFramework-Methods"><title>
            Methods
          </title>

	 <para>
            &lt;method&gt; tags must be placed within &lt;schema&gt; and
            &lt;/schema&gt; tags.
          </para><para>
            A <emphasis>method</emphasis> is an invokable function to be performed on
            instances of the object class (i.e. a Remote Procedure Call). A
            &lt;method&gt; tag has a name, an optional description, and
            encloses zero or more arguments. Method arguments are defined by
            the &lt;arg&gt; tag and have a name, a type, a direction, and an
            optional description. The argument direction can be "I", "O", or
            "IO" indicating input, output, and input/output respectively. An
            example:
          </para>
            <programlisting>
   &lt;method name="echo" desc="Request a response to test the path to the management broker"&gt;
     &lt;arg name="sequence" dir="IO" type="uint32"/&gt;
     &lt;arg name="body"     dir="IO" type="lstr"/&gt;
   &lt;/method&gt;
</programlisting>
<!--h3--></section>

          <section role="h3" id="QpidManagementFramework-EventClasses"><title>
            Event Classes
          </title>
	  <para/>
	  <!--h3--></section>

	 <section role="h3" id="QpidManagementFramework-DataTypes"><title>
            Data Types
          </title>

	 <para>
            Object attributes, method arguments, and event arguments have
            data types. The data types are based on the rich data typing
            system provided by the AMQP messaging protocol. The following
            table describes the data types available for QMF:
          </para><table><title>QMF Datatypes</title><tgroup cols="2">
            <tbody>
              <row>
                <entry>
                  QMF Type
                </entry>
                <entry>
                  Description
                </entry>
              </row>
              <row>
                <entry>
                  REF
                </entry>
                <entry>
                  QMF Object ID - Used to reference another QMF object.
                </entry>
              </row>
              <row>
                <entry>
                  U8
                </entry>
                <entry>
                  8-bit unsigned integer
                </entry>
              </row>
              <row>
                <entry>
                  U16
                </entry>
                <entry>
                  16-bit unsigned integer
                </entry>
              </row>
              <row>
                <entry>
                  U32
                </entry>
                <entry>
                  32-bit unsigned integer
                </entry>
              </row>
              <row>
                <entry>
                  U64
                </entry>
                <entry>
                  64-bit unsigned integer
                </entry>
              </row>
              <row>
                <entry>
                  S8
                </entry>
                <entry>
                  8-bit signed integer
                </entry>
              </row>
              <row>
                <entry>
                  S16
                </entry>
                <entry>
                  16-bit signed integer
                </entry>
              </row>
              <row>
                <entry>
                  S32
                </entry>
                <entry>
                  32-bit signed integer
                </entry>
              </row>
              <row>
                <entry>
                  S64
                </entry>
                <entry>
                  64-bit signed integer
                </entry>
              </row>
              <row>
                <entry>
                  BOOL
                </entry>
                <entry>
                  Boolean - True or False
                </entry>
              </row>
              <row>
                <entry>
                  SSTR
                </entry>
                <entry>
                  Short String - String of up to 255 bytes
                </entry>
              </row>
              <row>
                <entry>
                  LSTR
                </entry>
                <entry>
                  Long String - String of up to 65535 bytes
                </entry>
              </row>
              <row>
                <entry>
                  ABSTIME
                </entry>
                <entry>
                  Absolute time since the epoch in nanoseconds (64-bits)
                </entry>
              </row>
              <row>
                <entry>
                  DELTATIME
                </entry>
                <entry>
                  Delta time in nanoseconds (64-bits)
                </entry>
              </row>
              <row>
                <entry>
                  FLOAT
                </entry>
                <entry>
                  Single precision floating point number
                </entry>
              </row>
              <row>
                <entry>
                  DOUBLE
                </entry>
                <entry>
                  Double precision floating point number
                </entry>
              </row>
              <row>
                <entry>
                  UUID
                </entry>
                <entry>
                  UUID - 128 bits
                </entry>
              </row>
              <row>
                <entry>
                  FTABLE
                </entry>
                <entry>
                  Field-table - std::map in C++, dictionary in Python
                </entry>
              </row>
            </tbody>
          </tgroup></table><para>
            In the XML schema definition, types go by different names and
            there are a number of special cases. This is because the XML
            schema is used in code-generation for the agent API. It provides
            options that control what kind of accessors are generated for
            attributes of different types. The following table enumerates the
            types available in the XML format, which QMF types they map to,
            and other special handling that occurs.
          </para><table><title>XML Schema Mapping for QMF Types</title><tgroup cols="4">
            <tbody>
              <row>
                <entry>
                  XML Type
                </entry>
                <entry>
                  QMF Type
                </entry>
                <entry>
                  Accessor Style
                </entry>
                <entry>
                  Special Characteristics
                </entry>
              </row>
              <row>
                <entry>
                  objId
                </entry>
                <entry>
                  REF
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  uint8,16,32,64
                </entry>
                <entry>
                  U8,16,32,64
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  int8,16,32,64
                </entry>
                <entry>
                  S8,16,32,64
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  bool
                </entry>
                <entry>
                  BOOL
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  sstr
                </entry>
                <entry>
                  SSTR
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  lstr
                </entry>
                <entry>
                  LSTR
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  absTime
                </entry>
                <entry>
                  ABSTIME
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  deltaTime
                </entry>
                <entry>
                  DELTATIME
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  float
                </entry>
                <entry>
                  FLOAT
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  double
                </entry>
                <entry>
                  DOUBLE
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  uuid
                </entry>
                <entry>
                  UUID
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  map
                </entry>
                <entry>
                  FTABLE
                </entry>
                <entry>
                  Direct (get, set)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  hilo8,16,32,64
                </entry>
                <entry>
                  U8,16,32,64
                </entry>
                <entry>
                  Counter (inc, dec)
                </entry>
                <entry>
                  Generates value, valueMin, valueMax
                </entry>
              </row>
              <row>
                <entry>
                  count8,16,32,64
                </entry>
                <entry>
                  U8,16,32,64
                </entry>
                <entry>
                  Counter (inc, dec)
                </entry>
                <entry>
                   
                </entry>
              </row>
              <row>
                <entry>
                  mma32,64
                </entry>
                <entry>
                  U32,64
                </entry>
                <entry>
                  Direct
                </entry>
                <entry>
                  Generates valueMin, valueMax, valueAverage, valueSamples
                </entry>
              </row>
              <row>
                <entry>
                  mmaTime
                </entry>
                <entry>
                  DELTATIME
                </entry>
                <entry>
                  Direct
                </entry>
                <entry>
                  Generates valueMin, valueMax, valueAverage, valueSamples
                </entry>
              </row>
            </tbody>
          </tgroup></table>

	  <note><title>Important</title>
                  <para>
                    When writing a schema using the XML format, types used in
                    &lt;property&gt; or &lt;arg&gt; must be types that have
                    <emphasis>Direct</emphasis> accessor style. Any type may be used in
                    &lt;statistic&gt; tags.
                  </para>
	  </note>

<!--h3--></section>
<!--h2--></section>

          <section role="h2" id="QpidManagementFramework-ClassKeysandClassVersioning"><title>
            Class
            Keys and Class Versioning
          </title>

	  <para/>

<!--h2--></section>

	<!--h1--></section>

	 <section role="h1" id="QpidManagementFramework-TheQMFProtocol"><title>
            The QMF
            Protocol
          </title>

	 <para>
            The QMF protocol defines the message formats and communication
            patterns used by the different QMF components to communicate with
            one another.
          </para><para>
            A description of the current version of the QMF protocol can be
            found at <xref linkend="qpid_QMF-Protocol"/>.
          </para><para>
            A proposal for an updated protocol based on map-messages is in
            progress and can be found at <xref linkend="qpid_QMF-Map-Message-Protocol"/>.
          </para>
<!--h1--></section>

	  <section role="h1" id="QpidManagementFramework-HowtoWriteaQMFConsole"><title>
            How
            to Write a QMF Console
          </title>

	 <para>
            Please see the <xref linkend="qpid_QMF-Python-Console-Tutorial"/> for information about using the console API with
            Python.
          </para>
<!--h1--></section>

	  <section role="h1" id="QpidManagementFramework-HowtoWriteaQMFAgent"><title>
            How to
            Write a QMF Agent
          </title>
	  <para/>
	  <!--h1--></section>

	 
</section>