public abstract class Transfer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transfer.State
The state of a transfer.
|
| Constructor and Description |
|---|
Transfer() |
| Modifier and Type | Method and Description |
|---|---|
Transfer.State |
getState()
Gets the state of this transfer.
|
RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
Transfer |
setState(Transfer.State state)
Sets the state of this transfer.
|
Transfer |
setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
|
public Transfer.State getState()
null.public Transfer setState(Transfer.State state)
state - The new state, must not be null.null.public RequestTrace getTrace()
null if none.public Transfer setTrace(RequestTrace trace)
trace - The trace information about the higher level operation, may be null.null.Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.