Interface DOMMountPointService
-
- All Superinterfaces:
DOMService,org.opendaylight.mdsal.dom.api.DOMService
@Deprecated(forRemoval=true) public interface DOMMountPointService extends DOMService
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMMountPointServiceinsteadDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDOMMountPointService.DOMMountPointBuilderDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DOMMountPointService.DOMMountPointBuildercreateMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)Deprecated, for removal: This API element is subject to removal in a future version.com.google.common.base.Optional<DOMMountPoint>getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.dom.api.DOMMountPointListener>registerProvisionListener(org.opendaylight.mdsal.dom.api.DOMMountPointListener listener)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getMountPoint
com.google.common.base.Optional<DOMMountPoint> getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createMountPoint
DOMMountPointService.DOMMountPointBuilder createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
registerProvisionListener
org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.dom.api.DOMMountPointListener> registerProvisionListener(org.opendaylight.mdsal.dom.api.DOMMountPointListener listener)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-