Class AbstractService<I,O>
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,O>
 
- 
- Direct Known Subclasses:
- AbstractMultipartService,- AbstractSimpleService,- AbstractVoidService
 
 public abstract class AbstractService<I,O> extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract OfHeaderbuildRequest(Xid xid, I input)booleancanUseSingleLayerSerialization()protected abstract com.google.common.util.concurrent.FutureCallback<OfHeader>createCallback(RequestContext<O> context, Class<?> requestType)org.opendaylight.yangtools.yang.common.Uint64getDatapathId()DeviceContextgetDeviceContext()Deprecated.DeviceInfogetDeviceInfo()DeviceRegistrygetDeviceRegistry()EventIdentifiergetEventIdentifier()MessageSpygetMessageSpy()RequestContextStackgetRequestContextStack()TxFacadegetTxFacade()shortgetVersion()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>>handleServiceCall(@NonNull I input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>>handleServiceCall(@NonNull I input, @Nullable Function<OfHeader,Boolean> isComplete)voidsetEventIdentifier(EventIdentifier eventIdentifier)
 
- 
- 
- 
Method Detail- 
canUseSingleLayerSerializationpublic boolean canUseSingleLayerSerialization() 
 - 
getEventIdentifierpublic EventIdentifier getEventIdentifier() 
 - 
setEventIdentifierpublic void setEventIdentifier(EventIdentifier eventIdentifier) 
 - 
getVersionpublic short getVersion() 
 - 
getDatapathIdpublic org.opendaylight.yangtools.yang.common.Uint64 getDatapathId() 
 - 
getRequestContextStackpublic RequestContextStack getRequestContextStack() 
 - 
getDeviceContext@Deprecated public DeviceContext getDeviceContext() Deprecated.
 - 
getDeviceRegistrypublic DeviceRegistry getDeviceRegistry() 
 - 
getDeviceInfopublic DeviceInfo getDeviceInfo() 
 - 
getTxFacadepublic TxFacade getTxFacade() 
 - 
getMessageSpypublic MessageSpy getMessageSpy() 
 - 
buildRequestprotected abstract OfHeader buildRequest(Xid xid, I input) throws ServiceException - Throws:
- ServiceException
 
 - 
createCallbackprotected abstract com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<O> context, Class<?> requestType) 
 - 
handleServiceCallpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> handleServiceCall(@NonNull I input) 
 
- 
 
-