public interface IFEPIPropertySetDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IFEPIPropertySetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IFEPIPropertySetDefinition.ContentionResolutionResultValue
Enumeration type for field CONTENTION
|
static class |
IFEPIPropertySetDefinition.DataFormatValue
Enumeration type for field FORMAT
|
static class |
IFEPIPropertySetDefinition.DeviceTypeValue
Enumeration type for field DEVICE
|
static class |
IFEPIPropertySetDefinition.InitialInboundDataOptionValue
Enumeration type for field INITIALDATA
|
static class |
IFEPIPropertySetDefinition.JournalStatusValue
Enumeration type for field MSGJRNL
|
static class |
IFEPIPropertySetDefinition.UnsolicitedDataResponseValue
Enumeration type for field UNSOLDATACK
|
COPYRIGHT
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IFEPIPropertySetDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IFEPIPropertySetDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getUserDataArea1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
java.lang.String getUserDataArea2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
java.lang.String getUserDataArea3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
java.lang.String getBeginSessionTransaction()
Begin-session transaction
(Optional.) Specify the name of the transaction that will perform begin-session processing, immediately after a session has been established. If this option is omitted, there is no user-supplied begin-session processing.
IFEPIPropertySetDefinition.ContentionResolutionResultValue getContentionResolutionResult()
Contention resolution result
Identifies what is to happen when an EXEC CICS FEPI SEND command is issued and there is inbound data with begin-bracket. The options are:
IFEPIPropertySetDefinition.DeviceTypeValue getDeviceType()
Device type
The LU mode and the device type that is to be simulated. The options are: T3278M2, T3278M3, T3278M4, T3278M5, T3279M2, T3279M3, T3279M4, T3279M5, TPS55M2, TPS55M3, TPS55M4, LUP.
java.lang.String getEndSessionTransaction()
End-session transaction
(Optional.) The name of the transaction that will perform end-session processing, either when a conversation is ended or when a session is to be ended. If this option is omitted, there is no user-supplied end-session processing.
java.lang.String getTDQQueueHoldingExceptions()
TDQ queue holding exceptions
The name of the transient data queue to which pool-specific exceptional events are to be written. If this option is omitted, there is no user-supplied exceptional event queue processing.
java.lang.Long getJournalNumber()
Journal number
(Optional.) The number of the journal where data is to be logged, in the range 1 (the default) through 99. If the value is 0 (zero) or omitted, no journaling is done.
IFEPIPropertySetDefinition.DataFormatValue getDataFormat()
Data format
For SLU2 mode, the data mode to be used:
IFEPIPropertySetDefinition.InitialInboundDataOptionValue getInitialInboundDataOption()
Initial-inbound-data option
Identifies whether initial inbound data is expected when a session is started:
java.lang.Long getMaxFieldLength()
Maximum length of returned data
The maximum length of data that can be returned on any FEPI RECEIVE, CONVERSE, or EXTRACT FIELD command for a conversation, or that can be sent by any FEPI SEND or CONVERSE command for a conversation. This value helps FEPI use storage in a more efficient manner, so should be set no larger than necessary. It must be in the range 128 through 1048576. If this value is omitted, the default value 4096 is used.
IFEPIPropertySetDefinition.JournalStatusValue getJournalStatus()
Journal status
Identifies the required journaling of data to and from the back-end system:
java.lang.String getSetAndTestSequenceNumbers()
Set and test sequence numbers (STSN) transaction
(Optional.) The name of the transaction to be started to handle 'set and test sequence number', for SLU P mode only. If this value is omitted, there is no user-supplied STSN handling; FEPI handles STSN automatically.
java.lang.String getUnsolicitedDataTransaction()
Unsolicited data transaction
(Optional.) The name of the transaction that will handle unsolicited data. If no transaction name is specified, there is no user-supplied processing of unsolicited data. The Unsolicited data response and Unsolicited data transaction fields are mutually exclusive.
IFEPIPropertySetDefinition.UnsolicitedDataResponseValue getUnsolicitedDataResponse()
Unsolicited data response
(Optional.) The acknowledgement FEPI is to give if there is to be no unsolicited data processing:
java.lang.String getJournalName()
Journal name
(Optional.) The name of the journal where data is to be logged. If the value is omitted, no journaling is done.
ICICSDefinitionReference<IFEPIPropertySetDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.