remoteBind in callLink element
The linkage options part, callLink element, property remoteBind specifies whether linkage options are determined at generation time or at run time. This property is applicable only in the following situation:
- The value of property type is ejbCall or remoteCall; and
- You are generating a Java program or wrapper. The property pgmName may refer to a program that is called by the program being generated, in which case the entry refers to the call from program to program. Alternatively, the property may refer to the program being generated, in which case the entry refers to the call from wrapper to program.
Select one of these values:
- GENERATION
- The linkage options specified at generation time are necessarily in use at run time. GENERATION is the default value.
- RUNTIME
- The linkage options specified at generation time can be revised at deployment time. In this case, include a linkage properties file in the run-time environment.
EGL generates a linkage properties file in the following situation:
- You are generating a Java program or wrapper;
- You set the property remoteBind to RUNTIME; and
- You generate with the build descriptor option genProperties set to GLOBAL or PROGRAM.
Related concepts
Linkage options part
Linkage properties file
Related tasks
Deploying a linkage properties file
Editing the callLink element of a linkage options part
Related reference
callLink element
genProperties
Linkage properties file (details)
pgmName in callLink element
type in callLink element