com.ibm.ctg.monitoring

Interface ContainerInfo

  • All Superinterfaces:
    java.io.Serializable


    public interface ContainerInfo
    extends java.io.Serializable
    Provides monitoring information about a container in the channel associated with an ECI request.
    See Also:
    ChannelInfo
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  ContainerInfo.DataType
      Defines the type of data in a container and whether it is subject to code page conversion.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getLength()
      Gets the length of the data in the container.
      java.lang.String getName()
      Gets the name of the container.
      ContainerInfo.DataType getType()
      Gets the data type of the container.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of the container.
        Returns:
        the name of the container
      • getLength

        int getLength()
        Gets the length of the data in the container. For BIT containers the data length is measured in bytes, and for CHAR containers the data length is measured in characters.
        Returns:
        the number of bytes or characters in the container
        See Also:
        getType()
      • getType

        ContainerInfo.DataType getType()
        Gets the data type of the container.

        BIT containers hold binary data. Code page conversion is not performed when applications read or update the contents of the container.

        CHAR containers hold character data. Code page conversion is performed when applications read or update the contents of the container.

        Returns:
        the type of the container
©Copyright IBM Corp. 1994, 2013
Legal