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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AUXILIARY
public static final TSQType AUXILIARY
MAIN
public static final TSQType MAIN
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()