Class SalAsyncConfigServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalAsyncConfigServiceImpl
- All Implemented Interfaces:
- SalAsyncConfigService,- org.opendaylight.yangtools.yang.binding.RpcService
- 
Constructor SummaryConstructorsConstructorDescriptionSalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) 
- 
Method SummaryModifier 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- 
SalAsyncConfigServiceImplpublic SalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) 
 
- 
- 
Method Details- 
setAsyncpublic 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 interface- SalAsyncConfigService
- Parameters:
- input- of- set-async
- Returns:
- output of set-async
 
- 
getAsyncpublic 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 interface- SalAsyncConfigService
- Parameters:
- input- of- get-async
- Returns:
- output of get-async
 
 
-