Package com.ibm.cics.server
Class SyncLevel
java.lang.Object
com.ibm.cics.server.SyncLevel
- All Implemented Interfaces:
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.
- See Also:
- Since CICS TS version:
- 1.3
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
Constant - Sync level NONE- Since CICS TS version:
- 1.3
-
CONFIRM
Constant - Sync level CONFIRM- Since CICS TS version:
- 1.3
-
SYNCPOINT
Constant - Sync level SYNCPOINT- Since CICS TS version:
- 1.3
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
lookup
Resolve a sync-level code into a SyncLevel object constant- Parameters:
value- the value- Returns:
- the requested SyncLevel constant
- Since CICS TS version:
- 1.3
-
toString
-