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
ConstructorsConstructorDescriptionGetAsyncImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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
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.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:
invokein interfaceGetAsync- Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<GetAsyncInput,GetAsyncOutput>
-
buildRequest
- Specified by:
buildRequestin classAbstractService<GetAsyncInput,AsyncConfigMessage>
-