com.ibm.cics.server
Class ConversationSendOptions

java.lang.Object
  extended bycom.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.


Constructor Summary
ConversationSendOptions()
           
 
Method Summary
 void clearAll()
           
 void clearConfirm()
           
 void clearInvite()
           
 void clearLast()
           
 void clearWait()
           
 boolean getConfirm()
           
 boolean getInvite()
           
 boolean getLast()
           
 boolean getWait()
           
 void setConfirm()
           
 void setInvite()
           
 void setLast()
           
 void setWait()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationSendOptions

public ConversationSendOptions()
Method Detail

clearAll

public void clearAll()

clearConfirm

public void clearConfirm()

clearInvite

public void clearInvite()

clearLast

public void clearLast()

clearWait

public void clearWait()

getConfirm

public boolean getConfirm()

getInvite

public boolean getInvite()

getLast

public boolean getLast()

getWait

public boolean getWait()

setConfirm

public void setConfirm()
                throws InvalidRequestException
Throws:
InvalidRequestException

setInvite

public void setInvite()
               throws InvalidRequestException
Throws:
InvalidRequestException

setLast

public void setLast()
             throws InvalidRequestException
Throws:
InvalidRequestException

setWait

public void setWait()
             throws InvalidRequestException
Throws:
InvalidRequestException