Class PurchaseCarProvider
java.lang.Object
org.opendaylight.controller.clustering.it.provider.PurchaseCarProvider
- All Implemented Interfaces:
AutoCloseable,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseService,org.opendaylight.yangtools.yang.binding.RpcService
public class PurchaseCarProvider
extends Object
implements org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseService, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionPurchaseCarProvider(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.BuyCarOutput>>buyCar(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.BuyCarInput input) voidclose()
-
Constructor Details
-
PurchaseCarProvider
public PurchaseCarProvider(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationProvider)
-
-
Method Details
-
buyCar
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.BuyCarOutput>> buyCar(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.BuyCarInput input) - Specified by:
buyCarin interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.sal.clustering.it.car.purchase.rev140818.CarPurchaseService
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-