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.

    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0
    • Field Detail

      • NONE

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

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

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

      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
        Since CICS TS version:
        1.3
        Since package version:
        1.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
        Since CICS TS version:
        1.3
        Since package version:
        1.0
      • lookup

        public static SyncLevel lookup(int value)
        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
        Since package version:
        1.0
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
        Since CICS TS version:
        1.3
        Since package version:
        1.0