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