public interface ITaskRelatedUserExit extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ITaskRelatedUserExit.ConcurrencyTypeValue
Enumeration type for field CONCURRENTST
|
static class |
ITaskRelatedUserExit.ConnectStatusValue
Enumeration type for field CONNECTST
|
static class |
ITaskRelatedUserExit.FormatEDFStatusValue
Enumeration type for field FORMATEDFST
|
static class |
ITaskRelatedUserExit.INDOUBTWAITStatusValue
Enumeration type for field INDOUBTST
|
static class |
ITaskRelatedUserExit.OpenAPIStatusValue
Enumeration type for field APIST
|
static class |
ITaskRelatedUserExit.PurgeableStatusValue
Enumeration type for field PURGEABLEST
|
static class |
ITaskRelatedUserExit.ShutdownStatusValue
Enumeration type for field SHUTDOWNST
|
static class |
ITaskRelatedUserExit.SPICallEnablementValue
Enumeration type for field SPIST
|
static class |
ITaskRelatedUserExit.StartStatusValue
Enumeration type for field STARTSTATUS
|
static class |
ITaskRelatedUserExit.TaskStartStatusValue
Enumeration type for field TASKSTART
|
COPYRIGHT
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<ITaskRelatedUserExit> 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 getEntryName()
Entry name
Specifies the name of the global or task-related 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 owning 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.
ITaskRelatedUserExit.FormatEDFStatusValue getFormatEDFStatus()
Format execution diagnostic facility (EDF) status
Indicates whether FORMATEDF was specified on the ENABLE command.
ITaskRelatedUserExit.ShutdownStatusValue getShutdownStatus()
Exit CICS shutdown status
Specifies whether the task-related user exit is invoked when CICS shutdown occurs.
ITaskRelatedUserExit.StartStatusValue getStartStatus()
Exit program availability status
Identifies whether the exit program is available for execution.
ITaskRelatedUserExit.TaskStartStatusValue getTaskStartStatus()
Start and end of task invocation status
Indicates whether the exit program is set to be invoked automatically at the start and end of every task.
java.lang.Long getGAUserCount()
Number of work area users
Specifies the number of users of the work area
java.lang.Long getGALength()
Length of global work area
Specifies the length of the global work area for this exit program.
java.lang.Long getLocalWorkAreaLength()
Length of local work area
Indicates the length of a local (task-related) work area.
java.lang.String getEntry()
Entry-point address of task related user exit
Specifies the entry-point address of the task-related user exit program
ITaskRelatedUserExit.ConnectStatusValue getConnectStatus()
Connect status
This is valid for task-related user exits only and indicates the state of the connection between the exit and the external resource manager that it support
ITaskRelatedUserExit.INDOUBTWAITStatusValue getINDOUBTWAITStatus()
INDOUBTWAIT enabled status
Indicates whether the task-related user exit is enabled with the INDOUBTWAIT keyword.
java.lang.String getSPIQualifier()
SPI qualifier
This returns, for a task-related user exit that is enabled for SPI calls, the 8-character qualifier returned by the exit.
For global user exits and task-related user exits that are not enabled for SPI calls, returns blanks.
ITaskRelatedUserExit.SPICallEnablementValue getSPICallEnablement()
Exit-enabled-for-(SPI) calls option
Indicates whether the task-related user exit is enabled for SPI calls.
ITaskRelatedUserExit.ConcurrencyTypeValue getConcurrencyType()
Concurrency type
Indicates the concurrency status of the task-related user exit program specified by the latest Enable command for this program.
ITaskRelatedUserExit.OpenAPIStatusValue getOpenAPIStatus()
Open API status
Indicates which APIs the task-related user exit uses.
ITaskRelatedUserExit.PurgeableStatusValue getPurgeableStatus()
Purgeable status
Indicates whether or not the task-related user exit can be purged.
ITaskRelatedUserExitReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.