Class MultiRemoveFlow
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.AbstractRemoveFlow
org.opendaylight.openflowplugin.impl.services.multilayer.MultiRemoveFlow
- All Implemented Interfaces:
RemoveFlow
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<RemoveFlowInput,
,RemoveFlowOutput>> org.opendaylight.yangtools.binding.Rpc<RemoveFlowInput,
RemoveFlowOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlow
QNAME
-
Constructor Summary
ConstructorDescriptionMultiRemoveFlow
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistry
protected com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invokeImpl
(RemoveFlowInput input) protected final org.opendaylight.yangtools.yang.common.Uint8
version()
Methods inherited from class org.opendaylight.openflowplugin.impl.services.sal.AbstractRemoveFlow
invoke
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlow
implementedInterface
-
Constructor Details
-
MultiRemoveFlow
public MultiRemoveFlow(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
invokeImpl
protected com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invokeImpl(RemoveFlowInput input) - Specified by:
invokeImpl
in classAbstractRemoveFlow
-
flowRegistry
-
version
protected final org.opendaylight.yangtools.yang.common.Uint8 version()
-