Interface DOMMountPointService
-
- All Superinterfaces:
DOMService,DOMService
- All Known Implementing Classes:
DOMMountPointServiceImpl
@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(YangInstanceIdentifier path)Deprecated, for removal: This API element is subject to removal in a future version.Optional<DOMMountPoint>getMountPoint(YangInstanceIdentifier path)Deprecated, for removal: This API element is subject to removal in a future version.ListenerRegistration<DOMMountPointListener>registerProvisionListener(DOMMountPointListener listener)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getMountPoint
Optional<DOMMountPoint> getMountPoint(YangInstanceIdentifier path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createMountPoint
DOMMountPointService.DOMMountPointBuilder createMountPoint(YangInstanceIdentifier path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
registerProvisionListener
ListenerRegistration<DOMMountPointListener> registerProvisionListener(DOMMountPointListener listener)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-