Class SalAsyncConfigServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.sal.SalAsyncConfigServiceImpl
-
- All Implemented Interfaces:
SalAsyncConfigService
,org.opendaylight.yangtools.yang.binding.RpcService
public class SalAsyncConfigServiceImpl extends Object implements SalAsyncConfigService
-
-
Constructor Summary
Constructors Constructor Description SalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>>
getAsync(GetAsyncInput input)
Invokeget-async
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>>
setAsync(SetAsyncInput input)
Invokeset-async
RPC.
-
-
-
Constructor Detail
-
SalAsyncConfigServiceImpl
public SalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Detail
-
setAsync
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> setAsync(SetAsyncInput input)
Description copied from interface:SalAsyncConfigService
Invokeset-async
RPC.Controller to switch message set configuration.
- Specified by:
setAsync
in 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:SalAsyncConfigService
Invokeget-async
RPC.Controller to switch message get configuration.
- Specified by:
getAsync
in interfaceSalAsyncConfigService
- Parameters:
input
- ofget-async
- Returns:
- output of
get-async
-
-