Uses of Class
org.fossilec.odettej.service.AnswerReason

Packages that use AnswerReason
org.fossilec.odettej   
org.fossilec.odettej.service   
 

Uses of AnswerReason in org.fossilec.odettej
 

Methods in org.fossilec.odettej that return AnswerReason
 AnswerReason FileTransferException.getReason()
           
 AnswerReason ListenerTemplate.requestStartFile(java.lang.String datasetName, java.util.Date fileDateTime, java.lang.String destination, java.lang.String originator, RecordFormat format, int maxRecordSize, int fileSizeBlocks, long restartPosition, java.lang.String userData, java.lang.String reserved)
           
 

Constructors in org.fossilec.odettej with parameters of type AnswerReason
FileTransferException(AnswerReason reason)
           
FileTransferException(AnswerReason reason, java.lang.String message)
           
 

Uses of AnswerReason in org.fossilec.odettej.service
 

Fields in org.fossilec.odettej.service declared as AnswerReason
static AnswerReason AnswerReason.ACCESS_METHOD_FAILURE
          Access method failure.
static AnswerReason AnswerReason.DUPLICATE_FILE
          Duplicate file.
static AnswerReason AnswerReason.FILE_SIZE_EXCEED
          File size is too big.
static AnswerReason AnswerReason.INVALID_BYTE_COUNT
          Invalid byte count.
static AnswerReason AnswerReason.INVALID_DESTINATION
          Invalid destination.
static AnswerReason AnswerReason.INVALID_FILENAME
          Invalid filename.
static AnswerReason AnswerReason.INVALID_ORIGIN
          Invalid origin.
static AnswerReason AnswerReason.INVALID_RECORD_COUNT
          Invalid record count.
static AnswerReason AnswerReason.UNSPECIFIED
          Unspecified reason.
static AnswerReason AnswerReason.UNSUPPORTED_MAXIMUM_RECORD_LENGTH
          Maximum record length not supported.
static AnswerReason AnswerReason.UNSUPPORTED_STORAGE_RECORD_FORMAT
          Storage record format not supported.
 

Methods in org.fossilec.odettej.service that return AnswerReason
static AnswerReason AnswerReason.parse(java.lang.String code)
          Convenient method for parsing the proper TransferMode instance given a identifier character.
 

Methods in org.fossilec.odettej.service with parameters of type AnswerReason
static CommandExchangeBuffer CommandExchangeBuffer.endFileNegativeAnswer(AnswerReason reason)
          Create the End File Negative Answer command providing the reason for stopping transfer.
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.
 



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.