com.ibm.cics.server
Class SyncLevel
java.lang.Object
com.ibm.cics.server.SyncLevel
- All Implemented Interfaces:
- java.io.Serializable
- public class SyncLevel
- extends java.lang.Object
- implements java.io.Serializable
This class implements an enumeration of the different synchronization
levels that can be specified for an APPC conversation.
Note that deserialization produces a new object,
so equals() cannot rely on comparing object references.
- Version:
- 1.2
- Author:
- John Colgrave
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final SyncLevel NONE
CONFIRM
public static final SyncLevel CONFIRM
SYNCPOINT
public static final SyncLevel SYNCPOINT
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
lookup
public static SyncLevel lookup(int value)
toString
public java.lang.String toString()