Class BindingDOMMountPointServiceAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingDOMMountPointServiceAdapter
-
- All Implemented Interfaces:
BindingService
,MountPointService
,BindingAwareService
@Deprecated(forRemoval=true) public class BindingDOMMountPointServiceAdapter extends Object implements MountPointService
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.controller.md.sal.binding.api.MountPointService
MountPointService.MountPointListener
-
-
Constructor Summary
Constructors Constructor Description BindingDOMMountPointServiceAdapter(DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
BindingDOMMountPointServiceAdapter
public BindingDOMMountPointServiceAdapter(DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getMountPoint
public Optional<MountPoint> getMountPoint(InstanceIdentifier<?> mountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMountPoint
in interfaceMountPointService
-
registerListener
public <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.- Specified by:
registerListener
in interfaceMountPointService
-
-