Table of Contents
- Title and Copyright Information
- Using This Documentation
- 1 Introduction to Developing a Remote Administration Daemon Module
- 
               
               
                  
                  2
                      Abstract Data Representation for RAD
               
                  
               
               
               - ADR Interface Description Language for RAD
- radadrgen Processing Tool
 
- 
               
               
                  
                  3
                      libadr Library
               
                  
               
               
               - Data Management in libadr
- ADR Object Name Operations
- Dictionary Support in libadr
- API Management in libadr
- radadrgen-Generated Definitions
 
- 
               
               
                  
                  4
                      RAD Module Development
               
                  
               
               
               - 
                     
                     C APIs for RAD
                        
                     
                     
                     - Entry Points in C for RAD
- Error Codes in C for RAD
- Global Variables in C for RAD
- Module Registration in C for RAD
- Instance Management in C for RAD
- Container Interactions in C for RAD
- Logging in C for RAD
- Using Threads in C for RAD
- Synchronization in C for RAD
- Subprocesses in C for RAD
- Utilities in C for RAD
- Locales in C for RAD
- Transactional Processing in C for RAD
- Asynchronous Methods and Progress Reporting in C for RAD
 
- Python APIs for RAD
- RAD Namespace Objects
- RAD Module Linkage
 
- 
                     
                     C APIs for RAD
                        
                     
                     
                     
- A zonemgr ADR Interface Description Language Example
- Index