public class RemoteTransferResult extends AsyncResult
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_NOTIFY_INTERVAL |
Constructor and Description |
---|
RemoteTransferResult() |
Modifier and Type | Method and Description |
---|---|
int |
getMinTransferNotifyPeriod()
Get the minimum period before a transfer callback.
|
int |
getNotifyInterval()
Get the interval used for progress notification of transfers.
|
void |
setMinTransferNotifyPeriod(int minTransferNotifyPeriod)
Set the minimum period before a transfer callback.
|
void |
setNotifyInterval(int notifyInterval)
Set the interval used for progress notification of transfers.
|
cancelTask, endAsyncCalled, endAsyncInternal, getClient, getLocalContext, getTag, getTask, getTaskDescription, getTaskId, getThrowable, isCompleted, isSuccessful, notifyComplete, setAsIfCompleted, setClient, setEndAsyncCalled, setLocalContext, setSuccessful, setTag, setTask, setThrowable, waitTillComplete
public static final int DEFAULT_NOTIFY_INTERVAL
public int getNotifyInterval()
public void setNotifyInterval(int notifyInterval)
notifyInterval
- number of bytes between each notification.public int getMinTransferNotifyPeriod()
public void setMinTransferNotifyPeriod(int minTransferNotifyPeriod)
minTransferNotifyPeriod
- the minimum notify period (milliseconds).Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.