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)
CarPurchaseService
buyCar
in interface CarPurchaseService
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2019 OpenDaylight. All rights reserved.