public abstract class Transfer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Transfer.State
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Exception |
getException()
Gets the exception that occurred during the transfer (if any).
|
TransferListener |
getListener()
Gets the listener that is to be notified during the transfer.
|
Transfer.State |
getState()
Deprecated.
|
RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
Transfer |
setState(Transfer.State state)
Deprecated.
|
public abstract Exception getException()
null
if the transfer was successful.@Deprecated public Transfer.State getState()
null
.@Deprecated public Transfer setState(Transfer.State state)
state
- The new state, must not be null
.null
.public TransferListener getListener()
null
if none.public RequestTrace getTrace()
null
if none.Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.