Class RemoveMeterImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.RemoveMeterImpl
- All Implemented Interfaces:
RemoveMeter
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<RemoveMeterInput,
,RemoveMeterOutput>> org.opendaylight.yangtools.binding.Rpc<RemoveMeterInput,
RemoveMeterOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.RemoveMeter
QNAME
-
Constructor Summary
ConstructorDescriptionRemoveMeterImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>> invoke
(RemoveMeterInput input) 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.meter.service.rev130918.RemoveMeter
implementedInterface
-
Constructor Details
-
RemoveMeterImpl
public RemoveMeterImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>> invoke(RemoveMeterInput input) - Specified by:
invoke
in interfaceRemoveMeter
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<RemoveMeterInput,
RemoveMeterOutput>
-