com.ibm.cics.model

Interface IMonitorDefinition

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field NAME

        Name

        The name of the monitor definition.

        Specified by:
        getName in interface ICICSObject
      • getResourceName

        java.lang.String getResourceName()
        Getter for field RESNAME

        Name or generic name of resource being monitored

        The name of the resource(s) to which the monitor definition applies. A name that includes an asterisk (*) or plus signs (+) is a generic name and may represent multiple resources.

      • getResourceClass

        IMonitorDefinition.ResourceClassValue getResourceClass()
        Getter for field RESCLASS

        Monitoring resource class

        The monitor resource class. Options are: MCONN, MFILE, MJRNL, MPROG, MTDQS, MTERM, MTRAN.

      • getInclude

        IMonitorDefinition.IncludeValue getInclude()
        Getter for field INCLUDE

        Inclusion in CPSM monitoring option

        Indicates whether the resource identified in the resource name and type fields are to be included in or excluded from CICSPlex SM monitoring.

      • getDescription

        java.lang.String getDescription()
        Getter for field DESC

        Description

        A description of the monitor definition.

      • getResourceStatusPopulation

        IMonitorDefinition.ResourceStatusPopulationValue getResourceStatusPopulation()
        Getter for field RODMPOP

        Resource status facility population

        Indicates whether the resource(s) identified in the resource name and type fields are to be identified to and monitored by the resource status facility.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.