public class AsynchronousOperationResult extends Object implements ShortDumpable
Constructor and Description |
---|
AsynchronousOperationResult() |
Modifier and Type | Method and Description |
---|---|
OperationResult |
getOperationResult() |
boolean |
isInProgress() |
void |
setOperationResult(OperationResult operationResult) |
void |
shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics.
|
static AsynchronousOperationResult |
wrap(OperationResult result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shortDump, shortDumpLazily
public OperationResult getOperationResult()
public void setOperationResult(OperationResult operationResult)
public static AsynchronousOperationResult wrap(OperationResult result)
public boolean isInProgress()
public void shortDump(StringBuilder sb)
ShortDumpable
shortDump
in interface ShortDumpable
sb
- StringBuilder to which to a compact one-line content of the object intended
for diagnostics by system administrator should be appended.Copyright © 2018 Evolveum. All rights reserved.