com.ibm.cics.server
Class ConversationSendOptions

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


Constructor Summary
ConversationSendOptions()
           
 
Method Summary
 void clearAll()
          Clear all of the options
 void clearConfirm()
          Clear the CONFIRM option
 void clearInvite()
          Clear the INVITE option
 void clearLast()
          Clear the LAST option
 void clearWait()
          Clear the WAIT option
 boolean getConfirm()
           
 boolean getInvite()
           
 boolean getLast()
           
 boolean getWait()
           
 void setConfirm()
          Set the CONFIRM option
 void setInvite()
          Set the INVITE option
 void setLast()
          Set the LAST option
 void setWait()
          Set the WAIT option
 
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()
Clear all of the options


clearConfirm

public void clearConfirm()
Clear the CONFIRM option


clearInvite

public void clearInvite()
Clear the INVITE option


clearLast

public void clearLast()
Clear the LAST option


clearWait

public void clearWait()
Clear the WAIT option


getConfirm

public boolean getConfirm()
Returns:
the CONFIRM option

getInvite

public boolean getInvite()
Returns:
the INVITE option

getLast

public boolean getLast()
Returns:
the LAST option

getWait

public boolean getWait()
Returns:
the WAIT option

setConfirm

public void setConfirm()
                throws InvalidRequestException
Set the CONFIRM option

Throws:
InvalidRequestException

setInvite

public void setInvite()
               throws InvalidRequestException
Set the INVITE option

Throws:
InvalidRequestException

setLast

public void setLast()
             throws InvalidRequestException
Set the LAST option

Throws:
InvalidRequestException

setWait

public void setWait()
             throws InvalidRequestException
Set the WAIT option

Throws:
InvalidRequestException