CONTENTS

 1     Scope
 2     References
 3     Abbreviations
 4     Overview of the Performance Management Service
        4.1     Requirements
                  4.1.1     Functional Requirements
                  4.1.2     Design Requirements
        4.2     Service Modelling
                  4.2.1     Scope
                  4.2.2     UML Model
                  4.2.3     Containment Relationship
        4.3     Service Interface Description
                  4.3.1     Scanner
                  4.3.2     CurrentData
                  4.3.3     ThresholdData
                  4.3.4     HistoryDataFile
                  4.3.5     AbstractHistoryDataScanner
                  4.3.6     ListHistoryDataScanner
                  4.3.7     ClassHistoryDataScanner
                  4.3.8     ScopedFilteredHistoryDataScanner
 5     Performance Management Service IDL
        5.1     Imports
        5.2     Forward Declarations
        5.3     Structures and Typedefs
        5.4     Exceptions
        5.5     Interfaces – Fine-grained
                  5.5.1     Scanner
                  5.5.2     CurrentData
                  5.5.3     ThresholdData
                  5.5.4     HDFile (HistoryDataFile)
                  5.5.5     AbstractHDScanner (AbstractHistoryDataScanner)
                  5.5.6     ListHDScanner
                  5.5.7     ClassHDScanner
                  5.5.8     ScopedFilteredHDScanner
        5.6     Interfaces – Facade
                  5.6.1     Scanner_F
                  5.6.2     CurrentData_F
                  5.6.3     ThresholdData_F
                  5.6.4     HDFile_F (HistoryDataFile)
                  5.6.5     AbstractHDScanner_F (AbstractHistoryDataScanner)
                  5.6.6     ListHDScanner_F
                  5.6.7     ClassHDScanner_F
                  5.6.8     ScopedFilteredHDScanner_F
        5.7     Notifications
        5.8     Name Binding
                  5.8.1     ThresholdData
                  5.8.2     HDFile
                  5.8.3     AbstractHDScanner
        5.9     HDFileFormatConst
Annex A - File Format
        A.1     Text File Format BNF
        A.2     Text File Format Description
Annex B - CORBA File Format Convention
Appendix I - Example of CurrentDataValueType and HistoryDataValueType inheritance usage