com.ibm.cics.server
Class TSQType

java.lang.Object
  extended by 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.

Version:
1.2
Author:
John Colgrave
See Also:
Serialized Form

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


MAIN

public static final TSQType MAIN
Constant - MAIN TSQ

Method Detail

equals

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

hashCode

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

toString

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