About Classes
Classes are provided to help configure your environment.
The Node class is the main interface to the Connect:Direct® for Microsoft Windows server. It contains the high-level Connect:Direct functions. Use it to connect to a Node, submit Processes, and select statistics. Most access to the Connect:Direct for Microsoft Windows server is through the Node object. The Node object creates and removes the connection to the Connect:Direct for Microsoft Windows server. Connections are shared and reused as different requests are made.
The Process class allows you to retrieve information about Processes you submit or that are in the TCQ. It contains all of the criteria returned from a Submit or SelectProc method call.
The Statistic class allows you to retrieve statistic records from the TCQ. It represents a group of records in the statistics database. They are returned from a SelectStat method call.