Register Message

Listing 3. The format of the Register message provides for it being sent when the client wishes to be monitored.

<Register>
   <AppName>Name of the Remote Application</AppName>
   <Host>The IP address of the host on which the 
      remote application is executing</Host>
   <Version>Free form text that specifies the 
      instance of this applicationÕs version</Version>
   <InstancesAllowed>Number of instances of this 
      application (and its version) that are allowed 
      to be executed simultaneously</InstancesAllowed>
   <RestartCount>Number of attempts to automatically 
      restart this application should it fail
   </RestartCount>
   <ParameterNumber>Number of parameters used to 
      execute the application (Includes the 
      application executable name itself)
   </ParameterNumber>
   <Parameter>Application execution parameter
   </Parameter>
   ...
   <Parameter> Application execution parameter
   </Parameter>
</Register>