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
ConstructorsConstructorDescriptionSendExperimenterImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ExtensionConverterProvider extensionConverterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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
createCallbackMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifierMethods 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.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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<SendExperimenterInput,SendExperimenterOutput> - Specified by:
invokein interfaceSendExperimenter
-
buildRequest
- Specified by:
buildRequestin classAbstractService<SendExperimenterInput,SendExperimenterOutput> - Throws:
ServiceException
-