|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.cics.server.API | +--com.ibm.cics.server.Conversation
Method Summary | |
void |
converse(DataHolder holder)
Not Implemented. |
void |
converse(DataHolder holder,
int maxLength,
boolean retainExcess)
Not Implemented. |
void |
flush()
Not Implemented. |
void |
free()
Not Implemented. |
byte[] |
getConvId()
Not Implemented. |
boolean |
getDataComplete()
Not Implemented. |
int |
getErrorCode()
Not Implemented. |
boolean |
getErrorOccurred()
Not Implemented. |
boolean |
getNoData()
Not Implemented. |
boolean |
getSignalReceived()
Not Implemented. |
ConversationState |
getState()
Not Implemented. |
SyncLevel |
getSyncLevel()
Not Implemented. |
void |
issueAbend()
Not Implemented. |
void |
issueConfirmation()
Not Implemented. |
void |
issueError()
Not Implemented. |
void |
issuePrepare()
Not Implemented. |
void |
issueSignal()
Not Implemented. |
void |
receive(DataHolder holder)
Not Implemented. |
void |
receive(DataHolder holder,
int maxLength,
boolean retainExcess)
Not Implemented. |
void |
send(byte[] data)
Not Implemented. |
void |
send(byte[] data,
ConversationSendOptions options)
Not Implemented. |
void |
send(ConversationSendOptions options)
Not Implemented. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void converse(DataHolder holder) throws EndOfChainIndicatorException, InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void converse(DataHolder holder, int maxLength, boolean retainExcess) throws EndOfChainIndicatorException, InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void flush() throws InvalidRequestException, NotAllocatedException
public void free() throws InvalidRequestException, NotAllocatedException, NotAuthorisedException, InvalidSystemIdException
public byte[] getConvId()
public boolean getDataComplete()
public int getErrorCode()
public boolean getErrorOccurred()
public boolean getNoData()
public boolean getSignalReceived()
public ConversationState getState()
public SyncLevel getSyncLevel()
public void issueAbend() throws InvalidRequestException, NotAllocatedException, TerminalException
public void issueConfirmation() throws InvalidRequestException, NotAllocatedException, TerminalException
public void issueError() throws InvalidRequestException, NotAllocatedException, TerminalException
public void issuePrepare() throws InvalidRequestException, NotAllocatedException, TerminalException
public void issueSignal() throws InvalidRequestException, NotAllocatedException, TerminalException
public void receive(DataHolder holder) throws EndOfChainIndicatorException, InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void receive(DataHolder holder, int maxLength, boolean retainExcess) throws EndOfChainIndicatorException, InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void send(byte[] data) throws InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void send(byte[] data, ConversationSendOptions options) throws InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
public void send(ConversationSendOptions options) throws InvalidRequestException, LengthErrorException, NotAllocatedException, InboundSignalException, TerminalException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |