@NonNullByDefault 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<? extends org.opendaylight.yangtools.yang.common.RpcError> |
getErrors()
Returns a set of errors and warnings which occurred during processing
the call.
|
@Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getResult()
Returns the value result of the call or null if no result is available.
|
protected abstract DOMRpcResult delegate()
delegate
in class com.google.common.collect.ForwardingObject
public Collection<? extends org.opendaylight.yangtools.yang.common.RpcError> getErrors()
DOMRpcResult
getErrors
in interface DOMRpcResult
RpcError
, guaranteed to be non-null. In case
no errors are reported, an empty collection is returned.public @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
DOMRpcResult
getResult
in interface DOMRpcResult
Copyright © 2019 OpenDaylight. All rights reserved.