Package org.globus.ftp.vanilla
Class TransferState
java.lang.Object
org.globus.ftp.vanilla.TransferState
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.commons.logging.Log
private int
private Exception
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger -
transferDone
private int transferDone -
transferStarted
private int transferStarted -
transferException
-
-
Constructor Details
-
TransferState
public TransferState()
-
-
Method Details
-
transferStarted
public void transferStarted() -
transferDone
public void transferDone() -
transferError
-
isDone
public boolean isDone() -
isStarted
public boolean isStarted() -
waitForEnd
Blocks until the transfer is complete or the transfer fails. -
waitForStart
Blocks until the transfer begins or the transfer fails to start. -
hasError
public boolean hasError() -
getError
-
checkError
-