Class MultiLayerGroupService<I extends Group,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.multilayer.MultiLayerGroupService<I,O>
-
public final class MultiLayerGroupService<I extends Group,O extends org.opendaylight.yangtools.yang.binding.DataObject> extends AbstractSimpleService<I,O>
-
-
Constructor Summary
Constructors Constructor Description MultiLayerGroupService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz, ConvertorExecutor convertorExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeader
buildRequest(Xid xid, I 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 Detail
-
MultiLayerGroupService
public MultiLayerGroupService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz, ConvertorExecutor convertorExecutor)
-
-
Method Detail
-
buildRequest
protected OfHeader buildRequest(Xid xid, I input)
- Specified by:
buildRequest
in classAbstractService<I extends Group,O extends org.opendaylight.yangtools.yang.binding.DataObject>
-
-