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)Controller to switch message get configuration.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>>setAsync(SetAsyncInput input)Controller to switch message set configuration. 
 - 
 
- 
- 
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:SalAsyncConfigServiceController to switch message set configuration.- Specified by:
 setAsyncin interfaceSalAsyncConfigService
 
- 
getAsync
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync(GetAsyncInput input)
Description copied from interface:SalAsyncConfigServiceController to switch message get configuration.- Specified by:
 getAsyncin interfaceSalAsyncConfigService
 
 - 
 
 -