TransportChannel

This type is a class for model objects.

Represents a single layer of network protocol stack. Individual layers can be shared amongst several stacks.

Package: channelservice

Known subtypes:
    SSLInboundChannel
    HTTPOutboundChannel
    HTTPTunnelInboundChannel
    JFAPInboundChannel
    ProxyInboundChannel
    JFAPOutboundChannel
    MQFAPOutboundChannel
    InboundTransportChannel
    SSLOutboundChannel
    TCPInboundChannel
    DCSInboundChannel
    MQFAPInboundChannel
    HTTPInboundChannel
    SIPContainerInboundChannel
    SIPOutboundChannel
    HTTPTunnelOutboundChannel
    WebContainerInboundChannel
    TCPOutboundChannel
    ORBInboundChannel
    SIPProxyInboundChannel
    SIPInboundChannel
    GenericInboundChannel
    GenericOutboundChannel
    UDPInboundChannel
    UDPOutboundChannel
    OutboundTransportChannel

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

Collection attributes having this type:
  Chain.transportChannels
  TransportChannelService.transportChannels



Attributes Summary
name : EString Unique identifier for a given layer in a network protocol stack.
properties : Property * Custom properties for the transport channel. The name attribute of each property must be unique.



Attribute Details

name  -  Unique identifier for a given layer in a network 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

properties  -  Custom properties for the transport channel. The name attribute of each property must be unique.
    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



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