Class SingleLayerMeterService<O extends org.opendaylight.yangtools.yang.binding.DataObject>
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,O>
-
- org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<I,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.yang.binding.DataObject> extends AbstractSilentErrorService<Meter,O>
-
-
Constructor Summary
Constructors Constructor Description SingleLayerMeterService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeader
buildRequest(Xid xid, Meter input)
-
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 Detail
-
SingleLayerMeterService
public SingleLayerMeterService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Detail
-
buildRequest
protected OfHeader buildRequest(Xid xid, Meter input)
- Specified by:
buildRequest
in classAbstractService<Meter,O extends org.opendaylight.yangtools.yang.binding.DataObject>
-
-