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

Field Summary
static TSQType AUXILIARY
           
static TSQType MAIN
           
 
Method Summary
 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

MAIN

public static final TSQType MAIN
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object