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 Details

  • 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
      Invoke set-async RPC.
           
               Controller to switch message set configuration.
           
       
      Specified by:
      setAsync in interface SalAsyncConfigService
      Parameters:
      input - of set-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
      Invoke get-async RPC.
           
               Controller to switch message get configuration.
           
       
      Specified by:
      getAsync in interface SalAsyncConfigService
      Parameters:
      input - of get-async
      Returns:
      output of get-async