Class SendExperimenterImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<SendExperimenterInput,SendExperimenterOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<SendExperimenterInput,SendExperimenterOutput>
org.opendaylight.openflowplugin.impl.services.sal.SendExperimenterImpl
- All Implemented Interfaces:
SendExperimenter
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<SendExperimenterInput,
,SendExperimenterOutput>> org.opendaylight.yangtools.binding.Rpc<SendExperimenterInput,
SendExperimenterOutput>
public final class SendExperimenterImpl
extends AbstractSimpleService<SendExperimenterInput,SendExperimenterOutput>
implements SendExperimenter
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.experimenter.message.service.rev151020.SendExperimenter
QNAME
-
Constructor Summary
ConstructorDescriptionSendExperimenterImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, SendExperimenterInput input) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<SendExperimenterOutput>> invoke
(SendExperimenterInput input) Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallback
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier
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.message.service.rev151020.SendExperimenter
implementedInterface
-
Constructor Details
-
SendExperimenterImpl
public SendExperimenterImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendExperimenterOutput>> invoke(SendExperimenterInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<SendExperimenterInput,
SendExperimenterOutput> - Specified by:
invoke
in interfaceSendExperimenter
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<SendExperimenterInput,
SendExperimenterOutput> - Throws:
ServiceException
-