org.neociclo.odetteftp.oftplet
Interface EndFileResponse

All Known Implementing Classes:
DefaultEndFileResponse

public interface EndFileResponse


Method Summary
 boolean accepted()
           
 boolean changeDirection()
           
 AnswerReason getReason()
           
 String getReasonText()
           
 

Method Detail

accepted

boolean accepted()
Returns:
if this is a positive or negative end file esponse

getReason

AnswerReason getReason()
Returns:
reason for negative end file response

getReasonText

String getReasonText()
Returns:
description for negative end file response

changeDirection

boolean changeDirection()
Returns:
if a change direction (CD) must be peformed


ACCORD