APPC Connection Spec Attributes
bigEndian (Boolean)
The bigEndian attribute specifies whether to use the bigEndian format for integers.
bufferLength (Integer)
The bufferLength attribute represents the size of the memory buffer VA Smalltalk should allocate for communication with the server. The default size is 1024 bytes.
codePage (Integer)
The codePage attribute specifies the character code page used by the remote system. The default code page is the currently active code page for the local system.
fqPartnerLUName (String)
The fqPartnerLUName attribute is the fully qualified logical unit name of the remote logical unit that you want to connect to.
localLUAlias (String)
The localLUAlias attribute is the alias that identifies the local logical unit you want to connect to on the network.
localTPName (String)
The localTPName attribute is the name that identifies the local program to the network. If you do not provide a value, one is automatically generated.
mode (String)
The mode attribute is the transmission mode to use for the session. The default value is #INTER.
returnControl (Integer)
The returnControl attribute specifies when the local logical unit returns control to the application following an attempt to open a connection. The returnControl attribute must be an integer constant representing one of the APPC return control parameters, such as whenSessionAllocated.
returnControlString (String)
The returnControlString attribute specifies when the local logical unit returns control to the application following an attempt to open a connection. The returnControlString attribute is a string that selects the return control type.
The possible values are:
WhenSessionAllocated
Immediate
WhenSessionFree
WhenConwinnerAlloc
WhenConvGroupAlloc
security (Integer)
The security attribute represents as an integer the level of conversation security to use. The security attribute must be an integer representing the None, Same, or Pgm security string.
securityString (String)
The securityString attribute represents the level of conversation security to use.
The possible values are:
None
Same
Pgm
self (<className>)
The self attribute represents the part itself, and you cannot change the basic definition of a part. In general, the self attribute is a read-only attribute, and is used for passing a value or values to another part. It is not used for receiving any values.
For example, you can connect the self attribute of an Ordered Collection part to the items attribute of a List part. The Ordered Collection part does not change to a different type of part because of the connection. Instead, the Ordered Collection part populates the List part with the items that it contains.
You can use the self attribute in an attribute-to-attribute connection, as a parameter in an event-to-action connection, or wherever an attribute can be used.
syncLevel (Integer)
The syncLevel attribute is the level of synchronization to use for the conversation. The syncLevel attribute must be an integer representing either the none or confirm sync level string.
syncLevelString (String)
The syncLevelString attribute is the level of synchronization to use for the conversation.
The possible values are:
None
Confirm
userID (String)
The userID attribute is the user ID required to access the remote system.
Last modified date: 01/29/2015