com.ibm.websphere.channel.framework
Interface ChainGroupData

All Superinterfaces:
java.io.Serializable

public interface ChainGroupData
extends java.io.Serializable

ChainGroupData provides information specifically about a logical group of Transport Chains and the attributes of that grouping.


Method Summary
 boolean containsChain(java.lang.String chainName)
          Returns whether or not the input chain is included in this group.
 ChainData[] getChains()
          Get the list of chains in this group.
 java.lang.String getName()
          Get the name of this chain group.
 

Method Detail

getName

public java.lang.String getName()
Get the name of this chain group.

Returns:
String

getChains

public ChainData[] getChains()
Get the list of chains in this group.

Returns:
ChainData[]

containsChain

public boolean containsChain(java.lang.String chainName)
Returns whether or not the input chain is included in this group.

Parameters:
chainName - Name of a Transport Chain.
Returns:
boolean Whether or not the input chain is included in this group.