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.

Since CICS TS version:
1.3
Since package version:
1.0

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

Since CICS TS version:
1.3
Since package version:
1.0

clearConfirm

public void clearConfirm()
Clear the CONFIRM option

Since CICS TS version:
1.3
Since package version:
1.0

clearInvite

public void clearInvite()
Clear the INVITE option

Since CICS TS version:
1.3
Since package version:
1.0

clearLast

public void clearLast()
Clear the LAST option

Since CICS TS version:
1.3
Since package version:
1.0

clearWait

public void clearWait()
Clear the WAIT option

Since CICS TS version:
1.3
Since package version:
1.0

getConfirm

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

getInvite

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

getLast

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

getWait

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

setConfirm

public void setConfirm()
                throws InvalidRequestException
Set the CONFIRM option

Throws:
InvalidRequestException - INVREQ
Since CICS TS version:
1.3
Since package version:
1.0

setInvite

public void setInvite()
               throws InvalidRequestException
Set the INVITE option

Throws:
InvalidRequestException - INVREQ
Since CICS TS version:
1.3
Since package version:
1.0

setLast

public void setLast()
             throws InvalidRequestException
Set the LAST option

Throws:
InvalidRequestException - INVREQ
Since CICS TS version:
1.3
Since package version:
1.0

setWait

public void setWait()
             throws InvalidRequestException
Set the WAIT option

Throws:
InvalidRequestException - INVREQ
Since CICS TS version:
1.3
Since package version:
1.0