public abstract class ForwardingDOMRpcResult extends com.google.common.collect.ForwardingObject implements DOMRpcResult
DOMRpcResult by forwarding all methods
to a backing instance.| Constructor and Description |
|---|
ForwardingDOMRpcResult() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DOMRpcResult |
delegate() |
Collection<org.opendaylight.yangtools.yang.common.RpcError> |
getErrors()
Returns a set of errors and warnings which occurred during processing
the call.
|
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getResult()
Returns the value result of the call or null if no result is available.
|
@Nonnull protected abstract DOMRpcResult delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic Collection<org.opendaylight.yangtools.yang.common.RpcError> getErrors()
DOMRpcResultgetErrors in interface DOMRpcResultRpcError, guaranteed to be non-null. In case
no errors are reported, an empty collection is returned.public org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
DOMRpcResultgetResult in interface DOMRpcResultCopyright © 2019 OpenDaylight. All rights reserved.