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
ModifierConstructorDescriptionprotected
AbstractSimpleService
(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz) -
Method Summary
Modifier and TypeMethodDescriptionprotected final 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 Details
-
AbstractSimpleService
protected AbstractSimpleService(RequestContextStack requestContextStack, DeviceContext deviceContext, Class<O> clazz)
-
-
Method Details
-
createCallback
protected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<O> context, Class<?> requestType) - Specified by:
createCallback
in classAbstractService<I,
O extends org.opendaylight.yangtools.yang.binding.DataObject>
-