Interface MountPoint
-
- All Superinterfaces:
Identifiable<InstanceIdentifier<?>>
- All Known Implementing Classes:
BindingMountPointAdapter
@Deprecated(forRemoval=true) public interface MountPoint extends Identifiable<InstanceIdentifier<?>>
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 <T extends BindingService>
Optional<T>getService(Class<T> service)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier
-
-
-
-
Method Detail
-
getService
<T extends BindingService> Optional<T> getService(Class<T> service)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-