InboundTransportChannel

Represents a single layer of network protocol stack that receives inbound traffic.

Inherits from type TransportChannel and adds the following.

Attributes Summary
discriminationWeight : intDiscrimination weight is used determine the order in which the channels obtain access to the incoming connection in situations where transport channels are shared amongst several transport chains.

Attribute Details

discriminationWeight    -    Discrimination weight is used determine the order in which the channels obtain access to the incoming connection in situations where transport channels are shared amongst several transport chains. In these cases, the lower discrimination weight will have the first opportunity to accept the incoming connection.
     data type:  int
     default Value:   unspecified


Copyright IBM Corp. 1997-2004