org.globus.ftp.vanilla
Class TransferState
java.lang.Object
org.globus.ftp.vanilla.TransferState
public class TransferState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransferState
public TransferState()
transferStarted
public void transferStarted()
transferDone
public void transferDone()
transferError
public void transferError(Exception e)
isDone
public boolean isDone()
waitForEnd
public void waitForEnd()
throws ServerException,
ClientException,
IOException
- Blocks until the transfer is complete or
the transfer fails.
- Throws:
ServerException
ClientException
IOException
waitForStart
public void waitForStart()
throws ServerException,
ClientException,
IOException
- Blocks until the transfer begins or
the transfer fails to start.
- Throws:
ServerException
ClientException
IOException
hasError
public boolean hasError()
getError
public Exception getError()
checkError
public void checkError()
throws ServerException,
ClientException,
IOException
- Throws:
ServerException
ClientException
IOException