public class ExtensionResultHolder
extends java.lang.Object
ExtensionManager pattern expects a result from the extension, it should
pass in an instance of this class into the method call.
The extension points can examine or update this class with response information.| Constructor and Description |
|---|
ExtensionResultHolder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResult() |
java.lang.Throwable |
getThrowable() |
void |
setResult(java.lang.Object result) |
void |
setThrowable(java.lang.Throwable throwable) |
Copyright © 2018. All Rights Reserved.