|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICMASToCMASLinkDefinition
generated from CICS resourcetable CMTCMDEF
Nested Class Summary | |
---|---|
static class |
ICMASToCMASLinkDefinition.ProtocolValue
Enumeration type for field PROTOCOL |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Getter for field DESC |
java.lang.String |
getModename()
Getter for field MODENAME |
ICMASToCMASLinkDefinition.ProtocolValue |
getProtocol()
Getter for field PROTOCOL |
java.lang.Long |
getRecvbuf()
Getter for field RECVBUF |
java.lang.String |
getRecvpfx()
Getter for field RECVPFX |
java.lang.String |
getSecattach()
Getter for field SECATTACH |
java.lang.String |
getSecname()
Getter for field SECNAME |
java.lang.Long |
getSendbuf()
Getter for field SENDBUF |
java.lang.String |
getSendpfx()
Getter for field SENDPFX |
java.lang.String |
getSysid()
Getter for field SYSID |
java.lang.String |
getTargetappl()
Getter for field TARGETAPPL |
java.lang.String |
getTargetname()
Getter for field TARGETNAME |
Methods inherited from interface com.ibm.cics.model.ICPSMConfigurationDefinition |
---|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getTargetname()
Target CMAS
The name of a CMAS to which the local CMAS is linked.
java.lang.String getTargetappl()
Target VTAM application ID
The VTAM applid of the target CMAS.
java.lang.String getSysid()
Target system ID
The CICS sysid of the target CMAS.
ICMASToCMASLinkDefinition.ProtocolValue getProtocol()
Link protocol
The type of protocol used for this CMAS-to-CMAS link (LU62 or MRO).
java.lang.String getModename()
LU 6.2 mode
For LU6.2 links, the VTAM mode table entry associated with the link.
java.lang.String getRecvpfx()
MRO receive prefix
The 2-character prefix that is used as the first two characters of the Terminal Control Table Terminal Entry (TCTTE) names. Be careful that the prefix does not cause a TCTTE name to be generated that matches an existing connection or terminal name. (Required for MRO connections only.)
java.lang.String getSendpfx()
MRO send prefix
The 2-character prefix that is used as the first two characters of the TCTTE names. Be careful that the prefix does not cause a TCTTE name to be generated that matches an existing connection or terminal name. (Required for MRO connections only.)
java.lang.String getDescription()
Description
A description of the CMAS-to-CMAS link.
Input Values: 1- to 58-character description
java.lang.Long getSendbuf()
Send buffer size
The size of the send buffer for the link, in the range 256 - 30720. The size specified should be 36 bytes less than the smallest MAXDATA value in any NCP through which the link may pass. The 36 bytes provides allowance for VTAM required headers.
Notes:
When the buffer sizes are not as recommended, recreate the definition on both sides, using the CMAS to CMAS link definition view, specifying appropriate buffer sizes.
java.lang.Long getRecvbuf()
Receive buffer size
The size of the receive buffer for the link, in the range 256 - 30720. The size specified should be 36 bytes less than the smallest MAXDATA value in any NCP through which the link may pass. The 36 bytes provides allowance for VTAM required headers.
Notes:
When the buffer sizes are not as recommended, recreate the definition on both sides, using the CMAS to CMAS link definition view, specifying appropriate buffer sizes.
java.lang.String getSecattach()
Type of attach-time security to be used
The source of the user ID(s) to be associated for incoming transactions on the link as:
java.lang.String getSecname()
User ID of remote system for security purposes
For LU 6.2 links, a user ID to be associated with incoming transactions. If no value is specified the CICS default user ID is used.
For MRO links this value is ignored and the Security Name value used is the CICS region user ID associated with the target system.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |