Class SingleLayerFlowService<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<Flow,O>
 - 
- org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerFlowService<O>
 
 
 
 
 
- 
public final class SingleLayerFlowService<O extends org.opendaylight.yangtools.yang.binding.DataObject> extends AbstractSilentErrorService<Flow,O>
 
- 
- 
Constructor Summary
Constructors Constructor Description SingleLayerFlowService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, Flow 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
- 
SingleLayerFlowService
public SingleLayerFlowService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
 
 - 
 
- 
Method Detail
- 
buildRequest
protected OfHeader buildRequest(Xid xid, Flow input)
- Specified by:
 buildRequestin classAbstractService<Flow,O extends org.opendaylight.yangtools.yang.binding.DataObject>
 
 - 
 
 -