Class AbstractSimpleService<I,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>
-
- Direct Known Subclasses:
AbstractSilentErrorService,EchoService,FlowCapableTransactionServiceImpl,MultiLayerFlowService,MultiLayerGroupService,MultiLayerMeterService,NodeConfigServiceImpl,PacketProcessingServiceImpl,RoleService,SalExperimenterMessageServiceImpl,SalPortServiceImpl,SalRoleServiceImpl,SingleLayerGetAsyncConfigService,SingleLayerGroupService,SingleLayerPortService,SingleLayerSetAsyncConfigService
public abstract class AbstractSimpleService<I,O extends org.opendaylight.yangtools.yang.binding.DataObject> extends AbstractService<I,O>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSimpleService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.util.concurrent.FutureCallback<OfHeader>createCallback(RequestContext<O> context, Class<?> requestType)-
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
buildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier
-
-
-
-
Constructor Detail
-
AbstractSimpleService
protected AbstractSimpleService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Detail
-
createCallback
protected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<O> context, Class<?> requestType)
- Specified by:
createCallbackin classAbstractService<I,O extends org.opendaylight.yangtools.yang.binding.DataObject>
-
-