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
ConstructorDescriptionSetAsyncImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(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
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.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:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<SetAsyncInput,
SetAsyncOutput> - Specified by:
invoke
in interfaceSetAsync
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<SetAsyncInput,
SetAsyncOutput>
-