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
ConstructorsConstructorDescriptionSingleLayerPortService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(Xid xid, CommonPortWithMask input) Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallbackMethods 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:
buildRequestin classAbstractService<CommonPortWithMask,O extends org.opendaylight.yangtools.binding.DataObject>
-