9.7.1 In-process group definition

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

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

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

(1) Format

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

(2) Details of definition

InprocessGroupDefinition tag (all definition information)
Defines all in-process 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.
The adaptor group name specified here must match the adaptor group name specified for the file name in the in-process connection property file.
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.