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)
CarPurchaseServicebuyCar in interface CarPurchaseServicepublic void close()
close in interface AutoCloseableCopyright © 2019 OpenDaylight. All rights reserved.