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