|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.types.OperationConfig
@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public abstract class OperationConfig
Base for data structures that define configuration for operations.
Constructor Summary | |
---|---|
OperationConfig()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationConfig()
Method Detail |
---|
public void cancel()
public boolean isCancelled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |