com.ibm.cics.model

Interface IGlobalUserExit

    • Method Detail

      • getProgramName

        java.lang.String getProgramName()
        Getter for field PROGRAM

        Program name

        Specifies the name of the load module of the exit program.

      • getExitPoint

        java.lang.String getExitPoint()
        Getter for field EXITPOINT

        Exit name

        Specifies the name of the CICS exit.

      • getEntryName

        java.lang.String getEntryName()
        Getter for field ENTRYNAME

        Entry name

        Specifies the name of the global user exit program. The value can be the same as the name of the load module, however a different value is returned when the load module contains more than one exit program.

      • getGAEntryName

        java.lang.String getGAEntryName()
        Getter for field GAENTRYNAME

        Name of exit which owns global work area

        Specifies the name of the currently enabled global, or task-related, user exit program that owns the global work area being used by the exit specified in the entry name field. This field will not contain a value unless a global work area is being used and is owned by another exit program.

      • getStartStatus

        IGlobalUserExit.StartStatusValue getStartStatus()
        Getter for field STARTSTATUS

        Exit program availability status

        Identifies whether the exit program is available for execution.

        • STARTED - The exit program is available for execution.
        • STOPPED - The exit program is not available for execution.

      • getGAUserCount

        java.lang.Long getGAUserCount()
        Getter for field GAUSECOUNT

        Number of global work area users

        The number of exit programs that are using the global work area owned by this exit program.

      • getGALength

        java.lang.Long getGALength()
        Getter for field GALENGTH

        Length of global work area

        Specifies the length of the global work area for this exit program.

      • getNumberOfEnabledExits

        java.lang.Long getNumberOfEnabledExits()
        Getter for field NUMEXITS

        Number of global exit points where exit is enabled

        Specifies the number of global exit points where exit is enabled

      • getEntryAddress

        java.lang.String getEntryAddress()
        Getter for field ENTRY

        Entry address of global user exit

        Specifies the entry address of the global user exit program.

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