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
ConstructorsConstructorDescriptionMultiRemoveFlow(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected final DeviceFlowRegistryprotected com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invokeImpl(RemoveFlowInput input) protected final org.opendaylight.yangtools.yang.common.Uint8version()Methods inherited from class org.opendaylight.openflowplugin.impl.services.sal.AbstractRemoveFlow
invokeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
invokeImplin classAbstractRemoveFlow
-
flowRegistry
-
version
protected final org.opendaylight.yangtools.yang.common.Uint8 version()
-