Interface | Description |
---|---|
RpcError |
Representation of an error.
|
RpcResult<T> |
Represents a general result of a call, request, or operation.
|
Class | Description |
---|---|
QName |
The QName from XML consists of local name of element and XML namespace, but
for our use, we added module revision to it.
|
QNameModule | |
Revision |
Dedicated object identifying a YANG module revision.
|
RpcResultBuilder<T> |
A builder for creating RpcResult instances.
|
SimpleDateFormatUtil | |
YangConstants |
Constant definitions present in RFC documents related to the YANG language.
|
YangNames |
Utility class for handling various naming conventions mentioned in YANG and related specifications.
|
Enum | Description |
---|---|
RpcError.ErrorSeverity | |
RpcError.ErrorType | |
YangVersion |
Enumeration of supported YANG versions.
|
Exception | Description |
---|---|
OperationFailedException |
A general base exception for an operation failure.
|
Copyright © 2018 OpenDaylight. All rights reserved.