Class MultiLayerGroupService<I extends Group,O extends org.opendaylight.yangtools.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.multilayer.MultiLayerGroupService<I,O>
public final class MultiLayerGroupService<I extends Group,O extends org.opendaylight.yangtools.binding.DataObject>
extends AbstractSimpleService<I,O>
-
Constructor Summary
ConstructorDescriptionMultiLayerGroupService
(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz, ConvertorExecutor convertorExecutor) -
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
-
MultiLayerGroupService
public MultiLayerGroupService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<I extends Group,
O extends org.opendaylight.yangtools.binding.DataObject>
-