public interface ISecurityRequestRecording extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ISecurityRequestRecording.OriginFacilityTypeValue
Enumeration type for field ODFACILTYPE
|
static class |
ISecurityRequestRecording.OriginIpFamilyValue
Enumeration type for field ODIPFAMILY
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ISecurityRequestRecordingReference |
getCICSObjectReference() |
java.lang.Long |
getCurrent()
Getter for field CURRENT
|
java.lang.Long |
getMaximum()
Getter for field MAXIMUM
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<ISecurityRequestRecording> |
getObjectType() |
java.lang.String |
getOriginAdapterData1()
Getter for field ODADPTRDATA1
|
java.lang.String |
getOriginAdapterData2()
Getter for field ODADPTRDATA2
|
java.lang.String |
getOriginAdapterData3()
Getter for field ODADPTRDATA3
|
java.lang.String |
getOriginAdapterID()
Getter for field ODADPTRID
|
java.lang.String |
getOriginApplid()
Getter for field ODAPPLID
|
java.lang.String |
getOriginClientIpAddress()
Getter for field ODCLNTIPADDR
|
java.lang.Long |
getOriginClientPort()
Getter for field ODCLNTPORT
|
java.lang.String |
getOriginFacilityName()
Getter for field ODFACILNAME
|
ISecurityRequestRecording.OriginFacilityTypeValue |
getOriginFacilityType()
Getter for field ODFACILTYPE
|
ISecurityRequestRecording.OriginIpFamilyValue |
getOriginIpFamily()
Getter for field ODIPFAMILY
|
java.lang.String |
getOriginLuName()
Getter for field ODLUNAME
|
java.lang.String |
getOriginNetID()
Getter for field ODNETID
|
java.lang.String |
getOriginNetworkID()
Getter for field ODNETWORKID
|
java.lang.Long |
getOriginServerPort()
Getter for field ODSERVERPORT
|
java.lang.String |
getOriginTCPIPS()
Getter for field ODTCPIPS
|
java.lang.String |
getOriginTransID()
Getter for field ODTRANSID
|
java.lang.String |
getOriginUserID()
Getter for field ODUSERID
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<ISecurityRequestRecording> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Security Request Recording
The 8-character identifier of the security recording.
getName
in interface ICICSObject
java.lang.String getOriginAdapterData1()
Originating adapter data 1
The first section of the data that was added to the origin data by the adapter.
java.lang.String getOriginAdapterData2()
Originating adapter data 2
The second section of the data that was added to the origin data by the adapter.
java.lang.String getOriginAdapterData3()
Originating adapter data 3
The third section of the data that was added to the origin data by the adapter.
java.lang.String getOriginAdapterID()
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.
java.lang.String getOriginApplid()
Originating Application ID
The application ID taken from the Origin Descriptor associated with this task.
java.lang.Long getOriginClientPort()
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.
java.lang.String getOriginFacilityName()
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.
ISecurityRequestRecording.OriginFacilityTypeValue getOriginFacilityType()
Originating facility type
The type of facility that initiated the originating task that is associated with this task.
ISecurityRequestRecording.OriginIpFamilyValue getOriginIpFamily()
Originating client IP address format
A value indicating the format of the IP address in the ODCLNTIPADDR field. These are the possible values:
java.lang.String getOriginLuName()
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.
java.lang.String getOriginNetID()
Originating network ID
The network qualifier for the LUNAME that caused the task to run.
java.lang.String getOriginNetworkID()
Originating network ID
The network qualifier for the origin region APPLID that the task ran on.
java.lang.Long getOriginServerPort()
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.
java.lang.String getOriginTCPIPS()
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.
java.lang.String getOriginTransID()
Originating transaction ID
The name of the transaction under which the originating task ran.
java.lang.String getOriginUserID()
Originating user ID
The user ID under which the originating task ran.
java.lang.Long getMaximum()
Maximum threshold
The number of origin data matches that occur before a matching entry becomes inactive.
java.lang.Long getCurrent()
The current number of matches
The current number of matches
java.lang.String getOriginClientIpAddress()
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
ISecurityRequestRecordingReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.