com.ibm.cics.server

Class TSQType

  • java.lang.Object
    • com.ibm.cics.server.TSQType
  • All Implemented Interfaces:
    java.io.Serializable


    public class TSQType
    extends java.lang.Object
    implements java.io.Serializable

    This class implements an enumeration of the different types of TSQ. Note that deserialization will always construct a new object and therefore equals() cannot rely on comparing object references.

    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static TSQType AUXILIARY
      Constant - AUXILIARY TSQ
      static TSQType MAIN
      Constant - MAIN TSQ
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • AUXILIARY

        public static final TSQType AUXILIARY
        Constant - AUXILIARY TSQ
        Since CICS TS version:
        1.3
        Since package version:
        1.0
      • MAIN

        public static final TSQType MAIN
        Constant - MAIN TSQ
        Since CICS TS version:
        1.3
        Since package version:
        1.0
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
        Since CICS TS version:
        1.3
        Since package version:
        1.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
        Since CICS TS version:
        1.3
        Since package version:
        1.0
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
        Since CICS TS version:
        1.3
        Since package version:
        1.0