public interface IGlobalUserExit extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IGlobalUserExit.StartStatusValue
Enumeration type for field STARTSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IGlobalUserExitReference |
getCICSObjectReference() |
java.lang.String |
getEntryAddress()
Getter for field ENTRY
|
java.lang.String |
getEntryName()
Getter for field ENTRYNAME
|
java.lang.String |
getExitPoint()
Getter for field EXITPOINT
|
java.lang.String |
getGAEntryName()
Getter for field GAENTRYNAME
|
java.lang.Long |
getGALength()
Getter for field GALENGTH
|
java.lang.Long |
getGAUserCount()
Getter for field GAUSECOUNT
|
java.lang.Long |
getNumberOfEnabledExits()
Getter for field NUMEXITS
|
ICICSType<IGlobalUserExit> |
getObjectType() |
java.lang.String |
getProgramName()
Getter for field PROGRAM
|
IGlobalUserExit.StartStatusValue |
getStartStatus()
Getter for field STARTSTATUS
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IGlobalUserExit> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getProgramName()
Program name
Specifies the name of the load module of the exit program.
java.lang.String getExitPoint()
Exit name
Specifies the name of the CICS exit.
java.lang.String getEntryName()
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.
java.lang.String getGAEntryName()
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.
IGlobalUserExit.StartStatusValue getStartStatus()
Exit program availability status
Identifies whether the exit program is available for execution.
java.lang.Long getGAUserCount()
Number of global work area users
The number of exit programs that are using the global work area owned by this exit program.
java.lang.Long getGALength()
Length of global work area
Specifies the length of the global work area for this exit program.
java.lang.Long getNumberOfEnabledExits()
Number of global exit points where exit is enabled
Specifies the number of global exit points where exit is enabled
java.lang.String getEntryAddress()
Entry address of global user exit
Specifies the entry address of the global user exit program.
IGlobalUserExitReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.