9.7.2 RMI group definition

You define in the RMI group definition (RMIGroupDefinition tag) the input adaptors or output adaptors that are to be started in the RMI connection mode.

You specify this definition only once. You omit this definition if you do not use RMI to connect standard adaptors and the SDP server. If you omit this definition, you must specify an in-process group definition.

Organization of this subsection
(1) Format
(2) Details of definition

(1) Format

<RMIGroupDefinition name="adaptor-group-name"
dashboardPortNo="RMI-server's-port-number">
 adaptor-definition
</RMIGroupDefinition>

(2) Details of definition

RMIGroupDefinition tag (all definition information)
Defines all RMI group definition information.
name="adaptor-group-name"
Specifies a name for identifying the adaptor group, as 1 to 32 single-byte alphanumeric characters and the underscore (_). This name must begin with a single-byte alphabetic character. This attribute cannot be omitted.
dashboardPortNo="RMI-server's-port-number"
Specifies the RMI server's port number that is to be used by the dashboard output connector, as an integer from 1 to 65535. If this attribute is omitted, 20421 is assumed.
adaptor-definition
For details about the adaptor definition, see 9.8 Adaptor definition in the adaptor configuration definition file.