com.ibm.websphere.channel.framework
Interface ChannelData

All Superinterfaces:
java.io.Serializable

public interface ChannelData
extends java.io.Serializable

The ChannelData is a representation of the runtime configuration of a specific Transport Channel. The Transport Channel is the equivalent to a layer in a protocol stack. This Transport Channel has a name, a set of properties, and various other information.


Method Summary
 int getDiscriminatorWeight()
          Get the weight of this disciminator in this channel's config.
 java.lang.Class getFactoryType()
          Get the Class of the factory for this channel.
 java.lang.String getName()
          Get a name of this channel configuration.
 java.util.Map getPropertyBag()
          Get the property set for the name/value configuration pairs.
 

Method Detail

getName

public java.lang.String getName()
Get a name of this channel configuration.

Returns:
String

getFactoryType

public java.lang.Class getFactoryType()
Get the Class of the factory for this channel.

Returns:
Class

getPropertyBag

public java.util.Map getPropertyBag()
Get the property set for the name/value configuration pairs.

Returns:
Map

getDiscriminatorWeight

public int getDiscriminatorWeight()
Get the weight of this disciminator in this channel's config.

This is only valid on Inbound channels.

Returns:
int