Class BindingMountPointAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingMountPointAdapter
-
- All Implemented Interfaces:
MountPoint
,Identifiable<InstanceIdentifier<?>>
@Deprecated(forRemoval=true) public class BindingMountPointAdapter extends Object implements MountPoint
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description BindingMountPointAdapter(BindingToNormalizedNodeCodec codec, DOMMountPoint domMountPoint)
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 InstanceIdentifier<?>
getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.<T extends BindingService>
Optional<T>getService(Class<T> service)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
BindingMountPointAdapter
public BindingMountPointAdapter(BindingToNormalizedNodeCodec codec, DOMMountPoint domMountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getIdentifier
public InstanceIdentifier<?> getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIdentifier
in interfaceIdentifiable<InstanceIdentifier<?>>
-
getService
public <T extends BindingService> Optional<T> getService(Class<T> service)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getService
in interfaceMountPoint
-
-