public class CancelResults extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelResults.InterruptedState
Defines the different states an operation job can be in when being canceled.
|
| Constructor and Description |
|---|
CancelResults(CancelResults.InterruptedState interruptedState)
Constructor for
CancelResults. |
| Modifier and Type | Method and Description |
|---|---|
CancelResults.InterruptedState |
getInterruptedState()
Returns the state the operation was in when it was canceled.
|
public CancelResults(CancelResults.InterruptedState interruptedState)
CancelResults.interruptedState - public CancelResults.InterruptedState getInterruptedState()
CancelResults.InterruptedState enum
for the definitions of each state.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.