Class SingleLayerPortService<O extends org.opendaylight.yangtools.binding.DataObject>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<CommonPortWithMask,O>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<CommonPortWithMask,O>
org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerPortService<O>
public final class SingleLayerPortService<O extends org.opendaylight.yangtools.binding.DataObject>
extends AbstractSimpleService<CommonPortWithMask,O>
-
Constructor Summary
ConstructorDescriptionSingleLayerPortService
(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, CommonPortWithMask input) 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, handleServiceCall, setEventIdentifier
-
Constructor Details
-
SingleLayerPortService
public SingleLayerPortService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<CommonPortWithMask,
O extends org.opendaylight.yangtools.binding.DataObject>
-