com.ibm.ctg.monitoring

Interface ChannelInfo

  • All Superinterfaces:
    java.io.Serializable


    public interface ChannelInfo
    extends java.io.Serializable
    Provides monitoring information about the channel associated with an ECI request.
    See Also:
    ContainerInfo, RequestData.Channel
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ContainerInfo getContainer(java.lang.String containerName)
      Gets a ContainerInfo object representing the container with the specified name if it exists in the channel.
      java.util.Set<java.lang.String> getContainerNames()
      Gets the names of all the containers in the channel.
      java.util.Collection<ContainerInfo> getContainers()
      Gets a collection of ContainerInfo objects representing all of the containers in the channel.
      java.lang.String getName()
      Gets the name of the channel.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of the channel.
        Returns:
        The name of the channel
      • getContainer

        ContainerInfo getContainer(java.lang.String containerName)
        Gets a ContainerInfo object representing the container with the specified name if it exists in the channel.
        Parameters:
        containerName - the name of the container to retrieve
        Returns:
        a ContainerInfo object representing the named container, or null if the container does not exist in the channel
      • getContainers

        java.util.Collection<ContainerInfo> getContainers()
        Gets a collection of ContainerInfo objects representing all of the containers in the channel.
        Returns:
        a Collection of ContainerInfo objects
      • getContainerNames

        java.util.Set<java.lang.String> getContainerNames()
        Gets the names of all the containers in the channel.
        Returns:
        a Set containing the names of all the containers
©Copyright IBM Corp. 1994, 2012
Legal