public interface IPartnerDefinition extends ICICSDefinition
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ICICSDefinitionReference<IPartnerDefinition> |
getCICSObjectReference() |
java.lang.String |
getNetname()
Getter for field NETNAME
|
java.lang.String |
getNetwork()
Getter for field NETWORK
|
ICICSType<IPartnerDefinition> |
getObjectType() |
java.lang.String |
getProfile()
Getter for field PROFILE
|
java.lang.String |
getTpname()
Getter for field TPNAME
|
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
java.lang.String |
getXtpname()
Getter for field XTPNAME
|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IPartnerDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getNetname()
VTAM node name
The network name of the logical unit on which the partner application program is running. It matches the NETNAME attribute specified in the connection definition. The name can be up to eight characters in length.
java.lang.String getNetwork()
Network name
(Optional.) The name of the network on which the partner LU is located. The name can be up to eight characters in length.
java.lang.String getProfile()
Profile definition name
The communication profile to be used for the session and conversation. The default PROFILE is DFHCICSA.
java.lang.String getTpname()
Remote transaction program name (characters)
The name of the remote transaction program that will be running on the partner LU. The definition of a remote TP name is mandatory; you must specify either TPNAME or its alternative, XTPNAME. This name can be up to 64 characters in length.
java.lang.String getXtpname()
Remote transaction program name (hexadecimal)
A hexadecimal string up to 128 characters in length, representing the name of the remote transaction program that runs on the partner LU. All hexadecimal combinations are acceptable except X'40'. This attribute may be used as an alternative to TPNAME; you must specify one of the two, because the definition of a remote TP name is mandatory.
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
ICICSDefinitionReference<IPartnerDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.