Interface IFEPIPropertySetDefinition

    • Method Detail

      • getChangeAgent

        IFEPIPropertySetDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last 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 USERDATA1

        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.

      • getUserDataArea2

        java.lang.String getUserDataArea2()
        Getter for field USERDATA2

        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.

      • getUserDataArea3

        java.lang.String getUserDataArea3()
        Getter for field USERDATA3

        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.

      • getBeginSessionTransaction

        java.lang.String getBeginSessionTransaction()
        Getter for field BEGINSESSION

        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.

      • getContentionResolutionResult

        IFEPIPropertySetDefinition.ContentionResolutionResultValue getContentionResolutionResult()
        Getter for field CONTENTION

        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:

        • 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 DEVICE

        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.

      • getEndSessionTransaction

        java.lang.String getEndSessionTransaction()
        Getter for field ENDSESSION

        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.

      • getTDQQueueHoldingExceptions

        java.lang.String getTDQQueueHoldingExceptions()
        Getter for field EXCEPTIONQ

        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.

      • getJournalNumber

        java.lang.Long getJournalNumber()
        Getter for field FJOURNALNUM

        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.

      • getDataFormat

        IFEPIPropertySetDefinition.DataFormatValue getDataFormat()
        Getter for field FORMAT

        Data 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 INITIALDATA

        Initial-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 MAXFLENGTH

        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.

      • getJournalStatus

        IFEPIPropertySetDefinition.JournalStatusValue getJournalStatus()
        Getter for field MSGJRNL

        Journal 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 STSN

        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.

      • getUnsolicitedDataTransaction

        java.lang.String getUnsolicitedDataTransaction()
        Getter for field UNSOLDATA

        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.

      • getUnsolicitedDataResponse

        IFEPIPropertySetDefinition.UnsolicitedDataResponseValue getUnsolicitedDataResponse()
        Getter for field UNSOLDATACK

        Unsolicited 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 FJOURNALNAME

        Journal name

        (Optional.) The name of the journal where data is to be logged. If the value is omitted, no journaling is done.