Class GetAsyncImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetAsyncInput,AsyncConfigMessage>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<GetAsyncInput,AsyncConfigMessage>
org.opendaylight.openflowplugin.impl.services.singlelayer.GetAsyncImpl
- All Implemented Interfaces:
GetAsync
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetAsyncInput,
,GetAsyncOutput>> org.opendaylight.yangtools.binding.Rpc<GetAsyncInput,
GetAsyncOutput>
public final class GetAsyncImpl
extends AbstractSimpleService<GetAsyncInput,AsyncConfigMessage>
implements GetAsync
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGetAsyncImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, GetAsyncInput input) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> invoke
(GetAsyncInput 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.GetAsync
implementedInterface
-
Constructor Details
-
GetAsyncImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> invoke(GetAsyncInput input) - Specified by:
invoke
in interfaceGetAsync
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<GetAsyncInput,
GetAsyncOutput>
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<GetAsyncInput,
AsyncConfigMessage>
-