Modifier and Type | Method and Description |
---|---|
void |
NotificationListenerInvoker.invokeNotification(NotificationListener impl,
org.opendaylight.yangtools.yang.common.QName notificationName,
Instantiable<?> input)
Invokes supplied Notification on provided implementation of NotificationListener.
|
Modifier and Type | Method and Description |
---|---|
BindingStreamEventWriter |
BindingNormalizedNodeWriterFactory.newOperationWriter(Class<? extends Instantiable<?>> operationInputOrOutput,
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter)
Creates a
BindingStreamEventWriter for operation data which will
translate to NormalizedNode model and invoke proper events on supplied
NormalizedNodeStreamWriter . |
Modifier and Type | Method and Description |
---|---|
BindingStreamEventWriter |
BindingNormalizedNodeCodecRegistry.newOperationWriter(Class<? extends Instantiable<?>> operationInputOrOutput,
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter) |
Modifier and Type | Method and Description |
---|---|
ContainerNodeCodecContext<?> |
SchemaRootCodecContext.getOperation(Class<? extends Instantiable<?>> operationInputOrOutput)
Get operation as binding object of binding class.
|
Modifier and Type | Method and Description |
---|---|
BindingStreamEventWriter |
BindingCodecContext.newOperationWriter(Class<? extends Instantiable<?>> operationInputOrOutput,
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter)
Prepare specific writer for operations.
|
Modifier and Type | Method and Description |
---|---|
static ChoiceDispatchSerializer |
ChoiceDispatchSerializer.from(Class<? extends Instantiable<?>> choiceClass)
Prepare instance of serializer from choice class.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Class<? extends Instantiable<?>>> |
BindingReflections.resolveOperationInputClass(Method targetMethod)
Extracts input class for RPC or Action
|
Modifier and Type | Method and Description |
---|---|
static Iterable<Class<? extends TreeNode>> |
BindingReflections.getChildrenClasses(Class<? extends Instantiable<?>> type)
Scans supplied class and returns an iterable of all data children
classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Action<P extends TreeNode,D extends InstanceIdentifier<P>,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "action" statement is used to define an operation connected to a
specific container or list data node.
|
interface |
Action<P extends TreeNode,D extends InstanceIdentifier<P>,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "action" statement is used to define an operation connected to a
specific container or list data node.
|
interface |
Instantiable<T extends Instantiable<T>>
Represents instantiable data object such as input / output, data tree items.
|
interface |
ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
interface |
ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
interface |
Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "rpc" statement is used to define an RPC operation.
|
interface |
Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "rpc" statement is used to define an RPC operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cont
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
ContInt32
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
Top
This class represents the following YANG schema fragment defined in module bug8449
|
interface |
TopInt
This class represents the following YANG schema fragment defined in module bug8449
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyChoice
This class represents the following YANG schema fragment defined in module test-runtime
|
Modifier and Type | Interface and Description |
---|---|
interface |
One
This class represents the following YANG schema fragment defined in module test-runtime
|
interface |
Two
This class represents the following YANG schema fragment defined in module test-runtime
|
Modifier and Type | Interface and Description |
---|---|
interface |
RpcLeafOnlyUsesAugment |
interface |
TopChoiceAugment1 |
interface |
TopChoiceAugment2 |
interface |
TreeLeafOnlyUsesAugment |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexViaUsesWithDifferentName
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerWithUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
interface |
ListViaUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
AugmentChoice1
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case1
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
interface |
Case2
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
AugmentChoice2
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
interface |
Case1Container
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case11
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case11ChoiceCaseContainer
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Case2Container
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexViaUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
EmptyLeaf
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
interface |
SimpleViaUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceContainer
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
TwoLevelListChanged
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Identifier
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
Extended
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
Simple
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedId
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleId
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
GetTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
PutTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
PutTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
TopLevelList
Top Level List
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceInChoiceList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceInList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
interface |
NestedList
A list of service functions that compose the service chain
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleCase
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyCont
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
MyList
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InContInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InContOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InCont2Input
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InCont2Output
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InListInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
InListOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyRpcInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
interface |
MyRpcOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
DefaultPolicy
This class represents the following YANG schema fragment defined in module test-typedef
|
interface |
TestCont
This class represents the following YANG schema fragment defined in module test-typedef
|
Copyright © 2019 OpenDaylight. All rights reserved.