Class SalAsyncConfigServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalAsyncConfigServiceImpl
- All Implemented Interfaces:
SalAsyncConfigService
,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorDescriptionSalAsyncConfigServiceImpl
(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-async
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>>
setAsync
(SetAsyncInput input) Invokeset-async
RPC.
-
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: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
-