public class PurchaseCarProvider extends Object implements CarPurchaseService, AutoCloseable
Constructor and Description |
---|
PurchaseCarProvider() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<BuyCarOutput>> |
buyCar(BuyCarInput input)
buy a new car
|
void |
close() |
void |
setNotificationProvider(NotificationProviderService salService) |
public void setNotificationProvider(NotificationProviderService salService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<BuyCarOutput>> buyCar(BuyCarInput input)
CarPurchaseService
buyCar
in interface CarPurchaseService
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.