Class AbstractVoidService<T>
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.AbstractService<T,Void>
-
- org.opendaylight.openflowplugin.impl.services.AbstractVoidService<T>
-
public abstract class AbstractVoidService<T> extends AbstractService<T,Void>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractVoidService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
AbstractVoidService
protected AbstractVoidService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Detail
-
createCallback
protected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<Void> context, Class<?> requestType)
- Specified by:
createCallback
in classAbstractService<T,Void>
-
-