Class SendExperimenterMpRequestImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SendExperimenterMpRequestImpl
- All Implemented Interfaces:
SendExperimenterMpRequest
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<SendExperimenterMpRequestInput,
,SendExperimenterMpRequestOutput>> org.opendaylight.yangtools.yang.binding.Rpc<SendExperimenterMpRequestInput,
SendExperimenterMpRequestOutput>
public final class SendExperimenterMpRequestImpl
extends Object
implements SendExperimenterMpRequest
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.experimenter.mp.message.service.rev151020.SendExperimenterMpRequest
QNAME
-
Constructor Summary
ConstructorDescriptionSendExperimenterMpRequestImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendExperimenterMpRequestOutput>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.experimenter.mp.message.service.rev151020.SendExperimenterMpRequest
implementedInterface
-
Constructor Details
-
SendExperimenterMpRequestImpl
public SendExperimenterMpRequestImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendExperimenterMpRequestOutput>> invoke(SendExperimenterMpRequestInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.yang.binding.Rpc<SendExperimenterMpRequestInput,
SendExperimenterMpRequestOutput> - Specified by:
invoke
in interfaceSendExperimenterMpRequest
-