Class SyncLevel

java.lang.Object
com.ibm.cics.server.SyncLevel
All Implemented Interfaces:
Serializable

public final class SyncLevel extends Object implements 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 Details

    • NONE

      public static final SyncLevel NONE
      Constant - Sync level NONE
      Since CICS TS version:
      1.3
    • CONFIRM

      public static final SyncLevel CONFIRM
      Constant - Sync level CONFIRM
      Since CICS TS version:
      1.3
    • SYNCPOINT

      public static final SyncLevel SYNCPOINT
      Constant - Sync level SYNCPOINT
      Since CICS TS version:
      1.3
  • Method Details