Class SendExperimenterMpRequestImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SendExperimenterMpRequestImpl
- All Implemented Interfaces:
SendExperimenterMpRequest,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<SendExperimenterMpRequestInput,,SendExperimenterMpRequestOutput>> org.opendaylight.yangtools.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
ConstructorsConstructorDescriptionSendExperimenterMpRequestImpl(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, waitMethods 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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<SendExperimenterMpRequestInput,SendExperimenterMpRequestOutput> - Specified by:
invokein interfaceSendExperimenterMpRequest
-