com.ibm.cics.server

Class ConversationSendOptions

  • java.lang.Object
    • com.ibm.cics.server.ConversationSendOptions


  • public class ConversationSendOptions
    extends java.lang.Object

    This class presents a way to specify the following options on the SEND command:

    [INVITE|LAST] [CONFIRM|WAIT]

    The various set methods check that only valid combinations of options are allowed.

    Since CICS TS version:
    1.3
    Since package version:
    1.0.0
    • Constructor Detail

      • ConversationSendOptions

        public ConversationSendOptions()
    • Method Detail

      • clearAll

        public void clearAll()
        Clear all of the options
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • clearConfirm

        public void clearConfirm()
        Clear the CONFIRM option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • clearInvite

        public void clearInvite()
        Clear the INVITE option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • clearLast

        public void clearLast()
        Clear the LAST option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • clearWait

        public void clearWait()
        Clear the WAIT option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • getConfirm

        public boolean getConfirm()
        Returns:
        the CONFIRM option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • getInvite

        public boolean getInvite()
        Returns:
        the INVITE option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • getLast

        public boolean getLast()
        Returns:
        the LAST option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • getWait

        public boolean getWait()
        Returns:
        the WAIT option
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0