Class AbstractVoidService<T>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<T,Void>
org.opendaylight.openflowplugin.impl.services.AbstractVoidService<T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractVoidService
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected final com.google.common.util.concurrent.FutureCallback<OfHeader>
createCallback
(RequestContext<Void> 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
-
AbstractVoidService
-
-
Method Details
-
createCallback
protected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<Void> context, Class<?> requestType) - Specified by:
createCallback
in classAbstractService<T,
Void>
-