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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationSendOptions
public ConversationSendOptions()
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