Chain

Represents a network protocol stack operating within the application server.



Attributes Summary
name : StringUnique idendifier for this protocol stack.
enable : booleanIndicates 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:  String
     default Value:   unspecified



enable    -    Indicates if this protocol stack should be active at application server startup.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



transportChannels    -    The ordered set of transport channels that are a part of this chain.
     data type: TransportChannel@*


Copyright IBM Corp. 1997-2004