|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandExchangeBuffer | |
---|---|
org.fossilec.odettej.service |
Uses of CommandExchangeBuffer in org.fossilec.odettej.service |
---|
Methods in org.fossilec.odettej.service that return CommandExchangeBuffer | |
---|---|
static CommandExchangeBuffer |
CommandExchangeBuffer.changeDirection()
Create the Change Direction command. |
static CommandExchangeBuffer |
CommandExchangeBuffer.endFile(int recordCount,
long unitCount)
Create the End File command indicating the count of records and overall octets from the transmitted Virtual File. The count will express the real size of the file (before compression, header not included). |
static CommandExchangeBuffer |
CommandExchangeBuffer.endFileNegativeAnswer(AnswerReason reason)
Create the End File Negative Answer command providing the reason for stopping transfer. |
static CommandExchangeBuffer |
CommandExchangeBuffer.endFilePositiveAnswer(boolean changeDirection)
Create the End File Positive Answer command indicating whether the Listener is requesting or not a Change Direction (CD) command from Speaker or not. |
static CommandExchangeBuffer |
CommandExchangeBuffer.endSession(EndSessionReason reason)
Create the End Session command indicating the reason code for terminating the session. |
static CommandExchangeBuffer |
CommandExchangeBuffer.endToEndResponse(java.lang.String dataSetName,
java.lang.String reserved,
java.util.Date dateTime,
java.lang.String userData,
java.lang.String destination,
java.lang.String originator)
Create the End to End Response command with given parameters. |
static CommandExchangeBuffer |
CommandExchangeBuffer.readyMessage()
Start Session Ready Message. |
static CommandExchangeBuffer |
CommandExchangeBuffer.readyToReceive()
Create the Ready to Receive command. |
static CommandExchangeBuffer |
CommandExchangeBuffer.setCredit(java.lang.String reserved)
Create the Set Credit command which is used to avoid congestion at the protocol level a flow control. |
static CommandExchangeBuffer |
CommandExchangeBuffer.startFile(java.lang.String datasetName,
java.lang.String reserved,
java.util.Date dateTime,
java.lang.String userData,
java.lang.String destination,
java.lang.String originator,
RecordFormat recordFormat,
int maxRecordSize,
int fileSize,
int restartOffset)
Create the Start File command with given parameters. The Start File command includes a count allowing the restart of an interrupted transmission to be negotiated. |
static CommandExchangeBuffer |
CommandExchangeBuffer.startFileNegativeAnswer(AnswerReason reason,
boolean retry)
Create the Start File Negative Answer command containing the the reason why transmission can not proced. This retry parameter is used to advise the Speaker if it
should retry at a latter point in time due to a temporary condition at
the Listener site, such as a lack of storage space. |
static CommandExchangeBuffer |
CommandExchangeBuffer.startFilePositiveAnswer(int answerCount)
Create the Start File Positive Answer command. |
static CommandExchangeBuffer |
CommandExchangeBuffer.startSession(java.lang.String code,
java.lang.String pswd,
int sdeb,
TransferMode mode,
boolean compression,
boolean restart,
boolean specialLogic,
int credit,
java.lang.String reserved,
java.lang.String userData)
Create the Start Session command with given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |