Interface MountPointService
-
- All Superinterfaces:
BindingAwareService
,BindingService
- All Known Implementing Classes:
BindingDOMMountPointServiceAdapter
@Deprecated(forRemoval=true) public interface MountPointService extends BindingService
Deprecated, for removal: This API element is subject to removal in a future version.UseMountPointService
insteadDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MountPointService.MountPointListener
Deprecated, 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 Optional<MountPoint>
getMountPoint(InstanceIdentifier<?> mountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.<T extends MountPointService.MountPointListener>
ListenerRegistration<T>registerListener(InstanceIdentifier<?> path, T listener)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getMountPoint
Optional<MountPoint> getMountPoint(InstanceIdentifier<?> mountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.
-
registerListener
<T extends MountPointService.MountPointListener> ListenerRegistration<T> registerListener(InstanceIdentifier<?> path, T listener)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-