Click or drag to resize

Server Object and its containing Objects

Home

This topic contains the following sections:

The Server Object and its containing Objects and Variables are built in a way that the information can be gained in several ways, suitable for different kinds of clients having different requirements. Figure 1 gives an overview of the containing Objects and Variables of the diagnostic information of the Server Object and where the information can be found.

The SessionsDiagnosticsSummary Object contains one Object per session and a Variable with an array with one entry per session. This array is of a complex DataType holding the diagnostic information about the session. Each Object representing a session references a complex Variable containing the information about the session using the same DataType as the array containing information about all sessions. Such a Variable also exposes all its information as Variables with simple DataTypes containing the same information as in the complex DataType. Not shown in Figure 1 is the security-related information per session, which follows the same rules.

The server provides an array with an entry per subscription containing diagnostic information about this subscription. Each entry of this array is also exposed as a complex Variable with Variables for each individual value. Each Object representing a session also provides such an array, but providing the subscriptions of the session.

Excerpt of Diagnostic Information of the Server
Figure 1: Excerpt of Diagnostic Information of the Server
Server

This Object is used as the browse entry point for information about the server. The Server Object serves as root notifier, i.e. its EventNotifier Attribute shall be set providing Events. All Events of the server shall be accessible subscribing to the Events of the Server Object.

ModellingRule
  • ExposesItsArray

  • Mandatory

  • Optional