Class SingleLayerFlowService<O extends org.opendaylight.yangtools.binding.DataObject>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<Flow,O>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<Flow,O>
org.opendaylight.openflowplugin.impl.services.AbstractSilentErrorService<Flow,O>
org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerFlowService<O>
public final class SingleLayerFlowService<O extends org.opendaylight.yangtools.binding.DataObject>
extends AbstractSilentErrorService<Flow,O>
-
Constructor Summary
ConstructorDescriptionSingleLayerFlowService
(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
-
SingleLayerFlowService
public SingleLayerFlowService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<Flow,
O extends org.opendaylight.yangtools.binding.DataObject>
-