Package org.globus.ftp.vanilla
Class TransferState
java.lang.Object
org.globus.ftp.vanilla.TransferState
-
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
-