@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public abstract class OperationConfig extends Object
| Constructor and Description |
|---|
OperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Indicates that this operation has been cancelled and the
operation if executing should finish as soon as possible.
|
boolean |
isCancelled()
Indicates whether or not this operation has been
cancelled.
|
public OperationConfig()
public void cancel()
public boolean isCancelled()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.