Class SetAsyncImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<SetAsyncInput,SetAsyncOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<SetAsyncInput,SetAsyncOutput>
org.opendaylight.openflowplugin.impl.services.singlelayer.SetAsyncImpl
- All Implemented Interfaces:
SetAsync,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<SetAsyncInput,,SetAsyncOutput>> org.opendaylight.yangtools.binding.Rpc<SetAsyncInput,SetAsyncOutput>
public final class SetAsyncImpl
extends AbstractSimpleService<SetAsyncInput,SetAsyncOutput>
implements SetAsync
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSetAsyncImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(Xid xid, SetAsyncInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> invoke(SetAsyncInput 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.async.config.service.rev170619.SetAsync
implementedInterface
-
Constructor Details
-
SetAsyncImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> invoke(SetAsyncInput input) - Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<SetAsyncInput,SetAsyncOutput> - Specified by:
invokein interfaceSetAsync
-
buildRequest
- Specified by:
buildRequestin classAbstractService<SetAsyncInput,SetAsyncOutput>
-