Strategy ONE
MonitorSortCondition
The MonitorSortCondition interface represents an expression that will be used to sort the results of any monitoring information retrieval calls. Each expression consists of a field, an operator, and one or more values.
The MonitorSortCondition interface has the following methods:
- 
                                                    setField() 
- 
                                                    getField() Sets and returns the field upon which the sort is based. The field comes from the EnumDSSXMLJobInfo, EnumDSSXMLDBConnectionInfo, or EnumDSSXMLUserConnectionInfo enumerations. 
- 
                                                    setOrder() 
- 
                                                    getOrder() Sets and returns whether the sort order is ascending or descending, from EnumDSSXMLOrder. 
