SIPContainer

This type is a class for model objects.

Configuration for the SIP container part of the application server. The SIP container manages SIP applications.

Package: sipcontainer
Supertype: ApplicationContainer

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



Attributes Summary
maxAppSessions : EInt Maximum number of SIP application sessions that the SIP Container will manage. When the maximum has been reached, no new SIP conversations will be started.
maxMessageRate : EInt Sets the maximum amount of SIP messages per second.
maxDispatchQueueSize : EInt Limits the size of the internal dispatch queue. Above this size, the queue will be considered overloaded. When the internal queue reaches the overloaded state, incoming UDP packets will be dropped until the queue exits the overloaded state. Limiting the queue size enables better recovery from the case where the CPU is used by other processes or threads (for example, garbage collection) and prevents the container from reaching out-of-memory conditions. Setting the value to 0 gives an unlimited queue size.
maxResponseTime : EInt Maximum acceptable response time (in milliseconds). Once this parameter has been exceeded, the container notifies the clustering framework that it is unavailable.
statAveragePeriod : EInt The time period (in milliseconds) over which averages are calculated.
statUpdateRange : EInt Controls the interval (in milliseconds) at which the container calculates averages and publishes statistics to PMI.
threadPool : ThreadPool @ * No description is available *



Attribute Details

maxAppSessions  -  Maximum number of SIP application sessions that the SIP Container will manage. When the maximum has been reached, no new SIP conversations will be started.
    Data Type: EInt
    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

maxMessageRate  -  Sets the maximum amount of SIP messages per second.
    Data Type: EInt
    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

maxDispatchQueueSize  -  Limits the size of the internal dispatch queue. Above this size, the queue will be considered overloaded. When the internal queue reaches the overloaded state, incoming UDP packets will be dropped until the queue exits the overloaded state. Limiting the queue size enables better recovery from the case where the CPU is used by other processes or threads (for example, garbage collection) and prevents the container from reaching out-of-memory conditions. Setting the value to 0 gives an unlimited queue size.
    Data Type: EInt
    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

maxResponseTime  -  Maximum acceptable response time (in milliseconds). Once this parameter has been exceeded, the container notifies the clustering framework that it is unavailable.
    Data Type: EInt
    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

statAveragePeriod  -  The time period (in milliseconds) over which averages are calculated.
    Data Type: EInt
    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

statUpdateRange  -  Controls the interval (in milliseconds) at which the container calculates averages and publishes statistics to PMI.
    Data Type: EInt
    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

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



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