TransportChannelService

Configuration settings for the Channel Framework.

Inherits from type Service and adds the following.

Attributes Summary
transportChannels : TransportChannel * The set of all transport channels that may be used by this server.
chains : Chain * The set of all transport chains that may be used by this server.
factories : TransportChannelFactory * The set of all factories that are used at runtime to create transport channel instances.

Attribute Details

transportChannels    -    The set of all transport channels that may be used by this server. This server's chains will be constructed out of these transport channels. The name attribute of each transport channel must be unique.
     data type: TransportChannel*



chains    -    The set of all transport chains that may be used by this server. The name attribute of each transport chain must be unique.
     data type: Chain*



factories    -    The set of all factories that are used at runtime to create transport channel instances. There must be only one factory per factory subtype.
     data type: TransportChannelFactory*


Copyright IBM Corp. 1997-2004