T - information that can be used to resume the paused operation; can
be null if the pause failed.TransferUtility@Deprecated public final class PauseResult<T> extends Object
| Constructor and Description |
|---|
PauseResult(PauseStatus pauseStatus)
Deprecated.
|
PauseResult(PauseStatus pauseStatus,
T infoToResume)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getInfoToResume()
Deprecated.
Returns the information that can be used to resume a successfully paused
operation.
|
PauseStatus |
getPauseStatus()
Deprecated.
Returns information about whether the pause was successful or not; and if
not why.
|
public PauseResult(PauseStatus pauseStatus, T infoToResume)
public PauseResult(PauseStatus pauseStatus)
public PauseStatus getPauseStatus()
public T getInfoToResume()
Copyright © 2020. All rights reserved.