Chain
This type is a class for model objects.
Represents a network protocol stack operating within the application server.
Package: channelservice
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
TransportChannelService.chains
Attributes Summary name : EString Unique idendifier for this protocol stack. enable : EBoolean Indicates if this protocol stack should be active at application server startup. transportChannels : TransportChannel + The ordered set of transport channels that are a part of this chain.
Attribute Details
name - Unique idendifier for this protocol stack.
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
enable - Indicates if this protocol stack should be active at application server startup.
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
transportChannels - The ordered set of transport channels that are a part of this chain.
Reference Type: TransportChannel +
Containment: false
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