urn:schemas-cosylab-com:Manager:1.0
element Manager

Properties
This component is not nillable.

Model
<Manager
  AdministratorPingInterval = xs:double : 45.0
  ClientPingInterval = xs:double : 60.0
  ContainerPingInterval = xs:double : 30.0
  ServerThreads = xs:int : 10
  Timeout = xs:double : 50.0>
(Startup, ServiceComponents, ServiceDaemons?, LoggingConfig )
</Manager>


Nested Element Summary
log:LoggingConfigLoggingConfig
          
cdb:ArrayServiceComponents
          This is a list of names that have be handle by the Manager as services. 
cdb:ArrayServiceDaemons
          This is a list of host addresses (names) where service daemons are running. 
cdb:ArrayStartup
          This is a list of components to be activated automatically by the Manager as soon as their Container becomes available. 

Attribute Summary
 xs:doubleAdministratorPingInterval
          The Manager pings periodically administrator clients to check they are healthy. 
 xs:doubleClientPingInterval
          The Manager pings periodically clients to check they are healthy. 
 xs:doubleContainerPingInterval
          The Manager pings periodically all containers to check if they are healthy. 
 xs:intServerThreads
          This is the number of threads allocate to the CORBA infrastructure for the handling of concurrent invocations. 
 xs:doubleTimeout
          Standard timeout in seconds for remote (CORBA) calls. 

Attribute Detail

AdministratorPingInterval

The Manager pings periodically administrator clients to check they are healthy. This is an heartbeat checking. The time interval for the heartbeat check is specified here in seconds.

Type:
xs:double
Default:
45.0
Use:
optional
Form:
unqualified

ClientPingInterval

The Manager pings periodically clients to check they are healthy. This is an heartbeat checking. The time interval for the heartbeat check is specified here in seconds.

Type:
xs:double
Default:
60.0
Use:
optional
Form:
unqualified

ContainerPingInterval

The Manager pings periodically all containers to check if they are healthy. The time interval for this heartbeat check is specified here in seconds, as a default for all containers. It can be overridden for a specific container using the optional attribute Container.PingInterval

Type:
xs:double
Default:
30.0
Use:
optional
Form:
unqualified

ServerThreads

This is the number of threads allocate to the CORBA infrastructure for the handling of concurrent invocations.

Type:
xs:int
Default:
10
Use:
optional
Form:
unqualified

Timeout

Standard timeout in seconds for remote (CORBA) calls. Every call will timeout after this period of time, ensuring protection from deadlock. Notice that ACS QoS features can be used to trim specific calls.

Type:
xs:double
Default:
50.0
Use:
optional
Form:
unqualified

Source
<xs:element name="Manager" type="Manager"/>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.