public class PurchaseCarProvider extends Object implements CarPurchaseService, AutoCloseable
| Constructor and Description |
|---|
PurchaseCarProvider() |
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
buyCar(BuyCarInput input)
buy a new car
|
void |
close() |
void |
setNotificationProvider(NotificationProviderService salService) |
public void setNotificationProvider(NotificationProviderService salService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> buyCar(BuyCarInput input)
CarPurchaseServicebuyCar in interface CarPurchaseServicepublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 OpenDaylight. All rights reserved.