com.ibm.cics.model

Interface IDBCTLSubsystem

    • Method Detail

      • getName

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

        DBCTL subsystem name

        The name of the DBCTL subsystem.

        Specified by:
        getName in interface ICICSObject
      • getLocation

        java.lang.String getLocation()
        Getter for field LOCATION

        MVS system ID

        The system ID of the MVS system where this DBCTL subsystem resides.

      • getStatus

        IDBCTLSubsystem.StatusValue getStatus()
        Getter for field STATUS

        DBCTL CICS attachment status

        The status of the connection to DBCTL, as one of the following:

        • ACTIVE - CICS is connected to DBCTL.
        • INACTIVE - CICS is not connected to DBCTL.
        • WAITING - The connection between CICS and DBCTL is not yet complete.
      • getCicsname

        java.lang.String getCicsname()
        Getter for field CICSNAME

        CICS system name used to attach

        The name of the CICS system connected to the DBCTL subsystem.

      • getPrpname

        java.lang.String getPrpname()
        Getter for field PRPNAME

        Fully qualified startup table name

        The fully qualified name of the database resource adapter (DRA) startup table.

      • getRsename

        java.lang.String getRsename()
        Getter for field RSENAME

        Recoverable Service Element (RSE) name

        The name of the DBCTL Recoverable Service Element (RSE).

      • getTimeon

        java.lang.String getTimeon()
        Getter for field TIMEON

        Time at which connect occurred

        The GMT time that the connection was first made to the DBCTL subsystem.

      • getTimeoff

        java.lang.String getTimeoff()
        Getter for field TIMEOFF

        Time at which disconnect occurred

        The GMT time of the last disconnect of the DBCTL subsystem.

      • getMinthread

        java.lang.Long getMinthread()
        Getter for field MINTHREAD

        Minimum number of threads

        The minimum number of threads specified in the database resource adapter (DRA) startup parameter table.

      • getMaxthread

        java.lang.Long getMaxthread()
        Getter for field MAXTHREAD

        Maximum number of threads

        The maximum number of threads specified in the database resource adapter (DRA) startup parameter table.

      • getMinthrdcnt

        java.lang.Long getMinthrdcnt()
        Getter for field MINTHRDCNT

        Number of times minimum threads reached

        The number of times that the number of active threads between CICS and DBCTL has been reduced to the minimum.

      • getMaxthrdcnt

        java.lang.Long getMaxthrdcnt()
        Getter for field MAXTHRDCNT

        Number of times maximum threads reached

        The number of times that the number of active threads between CICS and DBCTL has reached the maximum value.

      • getMaxthrdtime

        java.lang.Long getMaxthrdtime()
        Getter for field MAXTHRDTIME

        Elapsed time at maximum threads condition

        The elapsed time for which the CICS-DBCTL session is running at the maximum thread value.

      • getPeakthreads

        java.lang.Long getPeakthreads()
        Getter for field PEAKTHREADS

        Peak number of threads in use

        The highest number of threads between DBCTL and CICS at any given time.

      • getPsbsched

        java.lang.Long getPsbsched()
        Getter for field PSBSCHED

        Number of times PSB successfully scheduled

        The number of times the CICS-DBCTL session successfully scheduled a program specification block (PSB).

      • getDbctloveride

        java.lang.String getDbctloveride()
        Getter for field DBCTLOVERIDE

        DBCTL ID override

        The DBCTL override identifier. If no identifier is specified, the DRA uses the DBCTL identifier specified on the DBCTLID parameter in the DRA startup table.

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