ServerResourceGroupSetting
A complex data type that describes the settings of a resource group available to a BIRT iHub.
Schema
<xsd:complexType name="ServerResourceGroupSetting">
<xsd:sequence>
<xsd:element name="ResourceGroupName" type="xsd:string"/>
<xsd:element name="Activate" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="Type" type="xsd:string" minOccurs="0"/>
<xsd:element name="MaxFactory" type="xsd:int"
minOccurs="0"/>
<xsd:element name="MinFactory" type="xsd:int" minOccurs="0"/>
<xsd:element name="FileTypes" type="typens:ArrayOfString"
minOccurs="0"/>
<xsd:element name="StartArguments" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
ResourceGroupName
The name of the resource group.
Activate
Specifies whether the BIRT iHub is a member of the resource group. If True, the BIRT iHub is a member of the resource group. The default value is False.
Type

The type of jobs the resource group runs. Valid values are:

Sync
The resource group runs synchronous jobs.

Async
The resource group runs asynchronous jobs.
MaxFactory
The maximum number of Factory processes available to the resource group.
MinFactory
The minimum number of Factory processes available to the resource group.
FileTypes
The file types the resource group can run.
StartArguments
The list of arguments used when starting a resource group process. For example, the Default Java Async resource group uses the following arguments:
-Xmx256M -Djava.awt.headless=true -Djava.protocol.handler.pkgs=com.actuate.javaserver.protocol com.actuate.javaserver.Server