Class SingleLayerMeterService<O extends org.opendaylight.yangtools.binding.DataObject>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<Meter,O>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<Meter,O>
org.opendaylight.openflowplugin.impl.services.AbstractSilentErrorService<Meter,O>
org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerMeterService<O>
public final class SingleLayerMeterService<O extends org.opendaylight.yangtools.binding.DataObject>
extends AbstractSilentErrorService<Meter,O>
-
Constructor Summary
ConstructorDescriptionSingleLayerMeterService
(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz) -
Method Summary
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSilentErrorService
handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallback
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
Constructor Details
-
SingleLayerMeterService
public SingleLayerMeterService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<Meter,
O extends org.opendaylight.yangtools.binding.DataObject>
-