Class SalFlowServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.sal.SalFlowServiceImpl
-
- All Implemented Interfaces:
SalFlowService
,org.opendaylight.yangtools.yang.binding.RpcService
public class SalFlowServiceImpl extends Object implements SalFlowService
-
-
Constructor Summary
Constructors Constructor Description SalFlowServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
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<AddFlowOutput>>
addFlow(AddFlowInput input)
Adding flow to openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>>
removeFlow(RemoveFlowInput input)
Removing flow from openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>>
updateFlow(UpdateFlowInput input)
Updating flow on openflow device.
-
-
-
Constructor Detail
-
SalFlowServiceImpl
public SalFlowServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Detail
-
addFlow
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>> addFlow(AddFlowInput input)
Description copied from interface:SalFlowService
Adding flow to openflow device.- Specified by:
addFlow
in interfaceSalFlowService
-
removeFlow
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> removeFlow(RemoveFlowInput input)
Description copied from interface:SalFlowService
Removing flow from openflow device.- Specified by:
removeFlow
in interfaceSalFlowService
-
updateFlow
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> updateFlow(UpdateFlowInput input)
Description copied from interface:SalFlowService
Updating flow on openflow device.- Specified by:
updateFlow
in interfaceSalFlowService
-
-