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
  DeadlockTimeout = xs:double : 180.0
  ServerThreads = xs:int : 10
  Timeout = xs:double : 50.0>
(Startup, ServiceComponents, 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: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 containers to check they are healthy. 
 xs:doubleDeadlockTimeout
          The Manager internally monitors all component synchronization locks. 
 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 containers 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:
30.0
Use:
optional
Form:
unqualified

DeadlockTimeout

The Manager internally monitors all component synchronization locks. If a lock is not released after specified amount of time and exception is thrown and lock released. The time for the deadlock timeout check is specified here in seconds.

Type:
xs:double
Default:
180.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.