Interface IFEPIPropertySetDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IFEPIPropertySetDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFEPIPropertySetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IFEPIPropertySetDefinition.ContentionResolutionResultValue
Enumeration type for field CONTENTIONstatic class
IFEPIPropertySetDefinition.DataFormatValue
Enumeration type for field FORMATstatic class
IFEPIPropertySetDefinition.DeviceTypeValue
Enumeration type for field DEVICEstatic class
IFEPIPropertySetDefinition.InitialInboundDataOptionValue
Enumeration type for field INITIALDATAstatic class
IFEPIPropertySetDefinition.JournalStatusValue
Enumeration type for field MSGJRNLstatic class
IFEPIPropertySetDefinition.UnsolicitedDataResponseValue
Enumeration type for field UNSOLDATACK
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IFEPIPropertySetDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IFEPIPropertySetDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getUserDataArea1
java.lang.String getUserDataArea1()
Getter for field USERDATA1User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getUserDataArea2
java.lang.String getUserDataArea2()
Getter for field USERDATA2User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getUserDataArea3
java.lang.String getUserDataArea3()
Getter for field USERDATA3User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.
-
getBeginSessionTransaction
java.lang.String getBeginSessionTransaction()
Getter for field BEGINSESSIONBegin-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.
-
getContentionResolutionResult
IFEPIPropertySetDefinition.ContentionResolutionResultValue getContentionResolutionResult()
Getter for field CONTENTIONContention 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:
- LOSE - The EXEC CICS FEPI SEND command fails; an EXEC CICS FEPI RECEIVE command must be issued to get the inbound data.
- WIN - The EXEC CICS FEPI SEND commands succeeds; inbound data is rejected with a negative response
-
getDeviceType
IFEPIPropertySetDefinition.DeviceTypeValue getDeviceType()
Getter for field DEVICEDevice 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.
-
getEndSessionTransaction
java.lang.String getEndSessionTransaction()
Getter for field ENDSESSIONEnd-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.
-
getTDQQueueHoldingExceptions
java.lang.String getTDQQueueHoldingExceptions()
Getter for field EXCEPTIONQTDQ 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.
-
getJournalNumber
java.lang.Long getJournalNumber()
Getter for field FJOURNALNUMJournal 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.
-
getDataFormat
IFEPIPropertySetDefinition.DataFormatValue getDataFormat()
Getter for field FORMATData format
For SLU2 mode, the data mode to be used:
- FORMATTED - Formatted operations. Character attributes are not supported on outbound data and ignored on inbound data.
- DATASTREAM - Data stream operation.
-
getInitialInboundDataOption
IFEPIPropertySetDefinition.InitialInboundDataOptionValue getInitialInboundDataOption()
Getter for field INITIALDATAInitial-inbound-data option
Identifies whether initial inbound data is expected when a session is started:
- NOTINBOUND - No inbound data is expected.
- INBOUND - Inbound data is expected
-
getMaxFieldLength
java.lang.Long getMaxFieldLength()
Getter for field MAXFLENGTHMaximum 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.
-
getJournalStatus
IFEPIPropertySetDefinition.JournalStatusValue getJournalStatus()
Getter for field MSGJRNLJournal status
Identifies the required journaling of data to and from the back-end system:
- NOMSGJRNL - No journaling.
- INPUT - Journal inbound data.
- OUTPUT - Journal outbound data.
- INOUT - Journal inbound and outbound data
-
getSetAndTestSequenceNumbers
java.lang.String getSetAndTestSequenceNumbers()
Getter for field STSNSet 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.
-
getUnsolicitedDataTransaction
java.lang.String getUnsolicitedDataTransaction()
Getter for field UNSOLDATAUnsolicited 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.
-
getUnsolicitedDataResponse
IFEPIPropertySetDefinition.UnsolicitedDataResponseValue getUnsolicitedDataResponse()
Getter for field UNSOLDATACKUnsolicited data response
(Optional.) The acknowledgement FEPI is to give if there is to be no unsolicited data processing:
- NEGATIVE - Negative response X'0813'; BID is not accepted.
- POSITIVE - Positive response, BID is accepted and subsequent data is accepted and discarded. If this option is omitted, unsolicited data is handled by the transaction specified in the Unsolicited data transaction field. The Unsolicited data response and Unsolicited data transaction fields are mutually exclusive.
- NOTAPPLIC - This value must be chosen when the Unsolicited data transaction field is non-blank, as these two fields are mutually exclusive.
-
getJournalName
java.lang.String getJournalName()
Getter for field FJOURNALNAMEJournal name
(Optional.) The name of the journal where data is to be logged. If the value is omitted, no journaling is done.
-
getCICSObjectReference
ICICSDefinitionReference<IFEPIPropertySetDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-