ForeignCell
This type is a class for model objects.
The ForeignCell class holds the endpoint that can be used to bootstrap into another cell. This is the bootstrap host and port for the deployment manager of the other cell.
Package: cell
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
Cell.foreignCells
Attributes Summary name : EString The name of the foreign cell. This name will match the name of another Network Deployment Cell. This name is specified during WebSphere product installation. bootstrapAddress : EndPoint @ The bootstrap host and port for some name server in the foreign cell. bootstrapAddresses : EndPoint + A list of bootstrap hosts and ports for name servers in the foreign cell. On distributed platforms, the list should be members of a cluster. For z/OS, only one host and port may be necessary, depending on how the system is set up.
Attribute Details
name - The name of the foreign cell. This name will match the name of another Network Deployment Cell. This name is specified 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
bootstrapAddress - The bootstrap host and port for some name server in the foreign cell.
Reference Type: EndPoint @
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
bootstrapAddresses - A list of bootstrap hosts and ports for name servers in the foreign cell. On distributed platforms, the list should be members of a cluster. For z/OS, only one host and port may be necessary, depending on how the system is set up.
Reference Type: EndPoint +
Containment: true
Container: false
Required: true
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 1
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006