Cell


This type is a class for model objects.

The Cell represents the boundary of administrative scope. It is a logical collection of nodes. The Cell holds certain configuration settings that apply to all nodes within the cell.

Package: cell

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



Attributes Summary
name : EString The name used to identify the cell. This name is set during WebSphere product installation.
cellDiscoveryProtocol : TCPIPProtocolType The protocol used by the deployment manager and node agents to discover the existance of each other. (The data type for this attribute is TCPIPProtocolType (UDP, TCP, MULTICAST)).
discoveryAddressEndpointName : EString The name of the endpoint that contains the host and port used by the deployment manager to receive discovery requests from the node agents.
multicastDiscoveryAddressEndpointName : EString Not supported in WebSphere 5.0.
cellType : CellType Marks whether the cell is a distributed Network Deployment cell or a standalone Base Application Server cell.
shortName : EString @deprecated since 6.0.0 @for zOS only
cellRegistered : EBoolean @since 7.0.0 Flag to indicate if this Base Application Server is registered with an Admin Agent.
foreignCells : ForeignCell * A list of named bootstrap endpoints for other cells.
properties : Property * A collection of custom properties that apply across the cell.
adminAgentRegistration : AdminAgentRegistration @ Information about the administrative agent that this cell is registered with.



Attribute Details

name  -  The name used to identify the cell. This name is set during WebSphere product installation.
    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

cellDiscoveryProtocol  -  The protocol used by the deployment manager and node agents to discover the existance of each other. (The data type for this attribute is TCPIPProtocolType (UDP, TCP, MULTICAST)).
    Data Type: TCPIPProtocolType
    Default value:  TCP
    Allowed values:
        0 - UDP
        1 - TCP
        2 - MULTICAST
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

discoveryAddressEndpointName  -  The name of the endpoint that contains the host and port used by the deployment manager to receive discovery requests from the node agents.
    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

multicastDiscoveryAddressEndpointName  -  Not supported in WebSphere 5.0.
    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

cellType  -  Marks whether the cell is a distributed Network Deployment cell or a standalone Base Application Server cell.
    Data Type: CellType
    Default value:  unspecified
    Allowed values:
        0 - STANDALONE
        1 - DISTRIBUTED
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

shortName  -  @deprecated since 6.0.0 @for zOS only
    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

cellRegistered  -  @since 7.0.0 Flag to indicate if this Base Application Server is registered with an Admin Agent.
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

foreignCells  -  A list of named bootstrap endpoints for other cells.
    Reference Type: ForeignCell *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  A collection of custom properties that apply across the cell.
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

adminAgentRegistration  -  Information about the administrative agent that this cell is registered with.
    Reference Type: AdminAgentRegistration @
    Containment:  true
    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