Class AbstractRemoveFlow
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.AbstractRemoveFlow
- All Implemented Interfaces:
- RemoveFlow,- org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<RemoveFlowInput,,- RemoveFlowOutput>> - org.opendaylight.yangtools.yang.binding.Rpc<RemoveFlowInput,- RemoveFlowOutput> 
- Direct Known Subclasses:
- MultiRemoveFlow,- SingleRemoveFlow
- 
Field SummaryFields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowQNAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final DeviceFlowRegistryfinal com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>>invoke(RemoveFlowInput input) protected abstract @NonNull com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>>invokeImpl(@NonNull RemoveFlowInput input) protected final org.opendaylight.yangtools.yang.common.Uint8version()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowimplementedInterface
- 
Constructor Details- 
AbstractRemoveFlow
 
- 
- 
Method Details- 
invokepublic final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invoke(RemoveFlowInput input) - Specified by:
- invokein interface- RemoveFlow
- Specified by:
- invokein interface- org.opendaylight.yangtools.yang.binding.Rpc<RemoveFlowInput,- RemoveFlowOutput> 
 
- 
invokeImplprotected abstract @NonNull com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> invokeImpl(@NonNull RemoveFlowInput input) 
- 
flowRegistry
- 
versionprotected final org.opendaylight.yangtools.yang.common.Uint8 version()
 
-