|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.ConversationSendOptions
public class ConversationSendOptions
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 |
---|
public ConversationSendOptions()
Method Detail |
---|
public void clearAll()
public void clearConfirm()
public void clearInvite()
public void clearLast()
public void clearWait()
public boolean getConfirm()
public boolean getInvite()
public boolean getLast()
public boolean getWait()
public void setConfirm() throws InvalidRequestException
InvalidRequestException
- INVREQpublic void setInvite() throws InvalidRequestException
InvalidRequestException
- INVREQpublic void setLast() throws InvalidRequestException
InvalidRequestException
- INVREQpublic void setWait() throws InvalidRequestException
InvalidRequestException
- INVREQ
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |