Interface ISecurityRequestRecording

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field NAME

        Security Request Recording

        The 8-character identifier of the security recording.

        Specified by:
        getName in interface ICICSObject
      • getOriginAdapterData1

        java.lang.String getOriginAdapterData1()
        Getter for field ODADPTRDATA1

        Originating adapter data 1

        The first section of the data that was added to the origin data by the adapter.

      • getOriginAdapterData2

        java.lang.String getOriginAdapterData2()
        Getter for field ODADPTRDATA2

        Originating adapter data 2

        The second section of the data that was added to the origin data by the adapter.

      • getOriginAdapterData3

        java.lang.String getOriginAdapterData3()
        Getter for field ODADPTRDATA3

        Originating adapter data 3

        The third section of the data that was added to the origin data by the adapter.

      • getOriginAdapterID

        java.lang.String getOriginAdapterID()
        Getter for field ODADPTRID

        Originating adapter ID

        The adapter identifier added to the origin data by the adapter. This field is blank if the task was not started via an adapter, or if it was and the adapter did not set this value.

      • getOriginApplid

        java.lang.String getOriginApplid()
        Getter for field ODAPPLID

        Originating Application ID

        The application ID taken from the Origin Descriptor associated with this task.

      • getOriginClientPort

        java.lang.Long getOriginClientPort()
        Getter for field ODCLNTPORT

        Originating portnumber

        The number of the port used by the TCP/IP client that requested the originating task to start. If the originating task was not started in this way ODCLNTPORT returns zero.

      • getOriginFacilityName

        java.lang.String getOriginFacilityName()
        Getter for field ODFACILNAME

        Originating facility name

        If the facility associated with the initiation of the originating task is a transient data queue, a terminal, or a system, this attribute contains the name of the facility. If the originating task was not started in any of these ways, this attribute contains blanks.

      • getOriginFacilityType

        ISecurityRequestRecording.OriginFacilityTypeValue getOriginFacilityType()
        Getter for field ODFACILTYPE

        Originating facility type

        The type of facility that initiated the originating task that is associated with this task.

      • getOriginIpFamily

        ISecurityRequestRecording.OriginIpFamilyValue getOriginIpFamily()
        Getter for field ODIPFAMILY

        Originating client IP address format

        A value indicating the format of the IP address in the ODCLNTIPADDR field. These are the possible values:

        • IPV4 - The address is specified in IPv4 dotted decimal address format.
        • IPV6 - The address is specified in IPv6 colon hexadecimal address format.
        • NOTAPPLIC - 0.0.0.0 is specified for the address.
      • getOriginLuName

        java.lang.String getOriginLuName()
        Getter for field ODLUNAME

        Originating VTAM LU name

        The fully-qualified network name of the terminal from which the originating task was started. If the originating task was started from an IP interconnectivity (IPCONN), ISC over SNA (APPC), or MRO session, this attribute contains the network name of the remote region. If the originating task was not started from a terminal, nor from an IPCONN, APPC, or MRO session, this attribute contains blanks. For OTS transactions, this attribute contains blanks.

      • getOriginNetID

        java.lang.String getOriginNetID()
        Getter for field ODNETID

        Originating network ID

        The network qualifier for the LUNAME that caused the task to run.

      • getOriginNetworkID

        java.lang.String getOriginNetworkID()
        Getter for field ODNETWORKID

        Originating network ID

        The network qualifier for the origin region APPLID that the task ran on.

      • getOriginServerPort

        java.lang.Long getOriginServerPort()
        Getter for field ODSERVERPORT

        Originating server port

        The listening IP port number that was used when the originating task received the request. If the originating task was not started in this way, this attribute is zero.

      • getOriginTCPIPS

        java.lang.String getOriginTCPIPS()
        Getter for field ODTCPIPS

        Originating TCP/IP service name

        The name of the TCPIPSERVICE or Liberty JVM server IP listener associated with the request that resulted in the originating task starting. If the originating task was not started in this way, this attribute contains blanks.

      • getOriginTransID

        java.lang.String getOriginTransID()
        Getter for field ODTRANSID

        Originating transaction ID

        The name of the transaction under which the originating task ran.

      • getOriginUserID

        java.lang.String getOriginUserID()
        Getter for field ODUSERID

        Originating user ID

        The user ID under which the originating task ran.

      • getMaximum

        java.lang.Long getMaximum()
        Getter for field MAXIMUM

        Maximum threshold

        The number of origin data matches that occur before a matching entry becomes inactive.

      • getCurrent

        java.lang.Long getCurrent()
        Getter for field CURRENT

        The current number of matches

        The current number of matches

      • getOriginClientIpAddress

        java.lang.String getOriginClientIpAddress()
        Getter for field ODCLNTIPADDR

        Originating client IP address

        The IPv4 or IPv6 address of the TCP/IP client that requested the originating task to start. The format of this IP address is given in the ODIPFAMILY field. If the originating task was not started from a TCP/IP client or the source of the originating task has not yet been determined, this field will contain 0.0.0.0