Class RemoveMeterImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.RemoveMeterImpl
- All Implemented Interfaces:
- RemoveMeter,- org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<RemoveMeterInput,,- RemoveMeterOutput>> - org.opendaylight.yangtools.yang.binding.Rpc<RemoveMeterInput,- RemoveMeterOutput> 
- 
Field SummaryFields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.RemoveMeterQNAME
- 
Constructor SummaryConstructorsConstructorDescriptionRemoveMeterImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>>invoke(RemoveMeterInput input) 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.meter.service.rev130918.RemoveMeterimplementedInterface
- 
Constructor Details- 
RemoveMeterImplpublic RemoveMeterImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) 
 
- 
- 
Method Details- 
invokepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>> invoke(RemoveMeterInput input) - Specified by:
- invokein interface- RemoveMeter
- Specified by:
- invokein interface- org.opendaylight.yangtools.yang.binding.Rpc<RemoveMeterInput,- RemoveMeterOutput> 
 
 
-