HAManagerService


This type is a class for model objects.

The main service class of HAManager.

Package: hamanagerservice
Supertype: Service

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
description : EString An optional String-valued description.
activateEnabled : EBoolean A boolean-valued flag indicating whether HAManager should enable application groups on this server. On encountering a 'false' value, HAManager will not activate application components on this server. The flag can be set to 'false' by users to take a server out of quorum calculations.
isAlivePeriodSec : EInt Specifies a timer value in seconds. After the expiry of the timer, HAManager may panic the JVM. The value of this field must be greater than -2.
transportBufferSize : EInt Buffer size for the underlying Group Communication System stack. The permissible values are from 1 to 10. The number indicates a scaling factor.
coreGroupName : EString The name of the core group which contains this server as a member (CoreGroupServer).
threadPool : ThreadPool @ * No description is available *



Attribute Details

description  -  An optional String-valued description.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

activateEnabled  -  A boolean-valued flag indicating whether HAManager should enable application groups on this server. On encountering a 'false' value, HAManager will not activate application components on this server. The flag can be set to 'false' by users to take a server out of quorum calculations.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

isAlivePeriodSec  -  Specifies a timer value in seconds. After the expiry of the timer, HAManager may panic the JVM. The value of this field must be greater than -2.
    Data Type: EInt
    Default value:  120
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

transportBufferSize  -  Buffer size for the underlying Group Communication System stack. The permissible values are from 1 to 10. The number indicates a scaling factor.
    Data Type: EInt
    Default value:  1
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

coreGroupName  -  The name of the core group which contains this server as a member (CoreGroupServer).
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

threadPool  -  * No description is available *
    Reference Type: ThreadPool @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006