Class SalAsyncConfigServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalAsyncConfigServiceImpl
- All Implemented Interfaces:
SalAsyncConfigService,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorsConstructorDescriptionSalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>>getAsync(GetAsyncInput input) Invokeget-asyncRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>>setAsync(SetAsyncInput input) Invokeset-asyncRPC.
-
Constructor Details
-
SalAsyncConfigServiceImpl
public SalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Details
-
setAsync
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> setAsync(SetAsyncInput input) Description copied from interface:SalAsyncConfigServiceInvokeset-asyncRPC.Controller to switch message set configuration.- Specified by:
setAsyncin interfaceSalAsyncConfigService- Parameters:
input- ofset-async- Returns:
- output of
set-async
-
getAsync
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync(GetAsyncInput input) Description copied from interface:SalAsyncConfigServiceInvokeget-asyncRPC.Controller to switch message get configuration.- Specified by:
getAsyncin interfaceSalAsyncConfigService- Parameters:
input- ofget-async- Returns:
- output of
get-async
-