Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.AddBundleMessagesOutput
Packages that use AddBundleMessagesOutput
Package
Description
-
Uses of AddBundleMessagesOutput in org.opendaylight.openflowplugin.applications.frm
Methods in org.opendaylight.openflowplugin.applications.frm that return types with arguments of type AddBundleMessagesOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
BundleMessagesCommiter.add
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<D> identifier, D add, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId) Method adds the DataObject which is identified by InstanceIdentifier to device. -
Uses of AddBundleMessagesOutput in org.opendaylight.openflowplugin.applications.frm.impl
Methods in org.opendaylight.openflowplugin.applications.frm.impl that return types with arguments of type AddBundleMessagesOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
BundleFlowForwarder.add
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> identifier, Flow flow, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
BundleGroupForwarder.add
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier, Group group, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId) -
Uses of AddBundleMessagesOutput in org.opendaylight.openflowplugin.impl.services.sal
Methods in org.opendaylight.openflowplugin.impl.services.sal that return types with arguments of type AddBundleMessagesOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
SalBundleServiceImpl.addBundleMessages
(AddBundleMessagesInput input) -
Uses of AddBundleMessagesOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 with type parameters of type AddBundleMessagesOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddBundleMessagesOutput>>
E$$AddBundleMessagesOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 that return AddBundleMessagesOutputModifier and TypeMethodDescription@NonNull AddBundleMessagesOutput
AddBundleMessagesOutputBuilder.build()
A newAddBundleMessagesOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 that return types with arguments of type AddBundleMessagesOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
SalBundleService.addBundleMessages
(AddBundleMessagesInput input) Invokeadd-bundle-messages
RPC.default Class<AddBundleMessagesOutput>
AddBundleMessagesOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 with parameters of type AddBundleMessagesOutputModifier and TypeMethodDescriptionstatic boolean
AddBundleMessagesOutput.bindingEquals
(@NonNull AddBundleMessagesOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddBundleMessagesOutput.bindingHashCode
(@NonNull AddBundleMessagesOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddBundleMessagesOutput.bindingToString
(@NonNull AddBundleMessagesOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 with type arguments of type AddBundleMessagesOutputModifier and TypeMethodDescriptionAddBundleMessagesOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AddBundleMessagesOutput> augmentation) Add an augmentation to this builder's product.AddBundleMessagesOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddBundleMessagesOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124 with parameters of type AddBundleMessagesOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddBundleMessagesOutput
.