Runtime components : Service components : JCA SNA Connector : JCA SNA LU0 Connector : Reference : Lu0Connector J2C Custom Property Definitions
  
Lu0Connector J2C Custom Property Definitions
To support session configuration, the connector definition uses the following attributes:
JCA LU0 Connector J2C custom property
luNames
Names of the Logical Units (LUs). The names of the Logical Units are separated by comma. If poolNameUsed is set true, the luNames should be the pool name of Communication Server.
hostApplicationName
Name of the application to be executed on the host.
poolNameUsed
Specify if the luNames property is a pool name of Communication Server. The default value is false.
automaticSessionEstablishment
If session is to be re-established after session down.The default value is true.
establishSessionRetries
The count of retries to establish session after session down. The default value is 9.
timeBetweenRetries
The delay time between the retry to establish session.The default value is 60000 ms.
fmhHeaderSent
Indicates whether the message sent to the host must include the FMH (Function Management Headers) protocol. The default value is false.
fmhIncluded
Indicates whether the connector removes the FMH (Function Management Headers) protocol. The default value is false.
establishSessionTimeout
Number of milliseconds that the connector waits before failing the attempt to create the conversation.
Compression
Indicates whether the messages are compressed. The host application and communication server are responsible for doing the compression. The default value is false.
sendInitSelf
Indicates whether INITSELF is sent to host when establishing LU-LU session. The default value is true.
sendTermSelfForTimeout
Indicates whether TERMSELF is sent to host when receiving is timeout. The default value is true.
codePageConvert
Indicates whether the code page is converted for the date sent to host and the data received from host. The default value is false.
codeSet
The code set of host used to translate code page between host and Application. The default value is Cp037.
codePage
The code Page of Application Sever used to translate code page between application and host. The default value is 8859_1.
Username
Name of a user who is authorized to create a JCA connection. Applications can call Lu0ConnectionSpec. setUserName to set it.
userPassword
Password of property username for JCA authorization.
Go up to
Reference