IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.channel.framework

Interface Summary
ChannelFactoryDataThis class represents the data associated with a channel factory.
ChainGroupDataChainGroupData provides information specifically about a logical group of Transport Chains and the attributes of that grouping.
ChannelDataThe ChannelData is a representation of the runtime configuration of a specific Transport Channel.
ChainDataChainData is a representation of the configuration information about a specific Transport Chain.

Class Summary
RegionTypeThe RegionType class is used among the entire framework to specify different values related to the different Z regions.
FlowTypeThe FlowType class is an enumerated type used among the entire framework to specify whether this is Inbound or Outbound connections.



Package Description

Transport Channel Service

The Transport Channel Service is a highly flexible and scalable solution for client and server transports. Taking a protocol stack abstraction to building a transport, channels may be thought of as protocol layers in an OSI stack. Each channel provides very specific function as it relates to inter communication over networks or within processes.

The interfaces in this package are some of the interfaces accessible through the Transport Channel Service mbean. These interfaces will give the user specific information about the protocol stack, which is also known as Transport Chains or just simply Chains, and each of the layers within the stack, which are also known as Transport Channels or just simple Channels.

There are many pieces within this package which better describe the state of the configuration of the Channels and Chains. Here are just some of those elements:


IBM WebSphere Application ServerTM
Release 6