user manual
380 BES Developer’s Guide
<partition> element
<services> element
The services element lets you configure the Partition's services. Each Partition
service has a service sub-element with its specific configuration, the services
element itself has the following attributes:
The <services> element contains the following sub-element:
■
service
<service> element
The <service> element provides the configuration for a Partition service. It
contains attributes that govern the Partition's management of the service and
a properties sub-element that contains the service's configuration metadata.
Attribute Description
autostart List of Partition's services to be started at
Partition startup.
The value is a space separated list of
Partition service names.
startorder The startup order to be imposed on the
Partition services configured to be
started by the autostart attribute.
Partition services that are not specified
are started after those specified.
A valid value is a space separated list of
Partition service names in their start
order (left to right).
shutdownorder The shutdown order to be imposed on
the Partition services that are running at
Partition shutdown. Partition services
that are not specified are stopped before
those specified.
A valid value is a space separated list of
Partition service names in their shutdown
order (left to right).
administer List of Partition services that are visible
to the user. They appear in the tools
when Partition services are listed.
Attribute Description
name The Partition service's name.
version The version of the Partition service.
description The description for the Partition service.
vendor The description of the vendor for the Partition service.
class The class that implements the Partition's service plugin
architecture and provides the management and control
interface for the service.










