Class BindingDOMMountPointServiceAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingDOMMountPointServiceAdapter
-
- All Implemented Interfaces:
org.opendaylight.controller.md.sal.binding.api.BindingService,org.opendaylight.controller.md.sal.binding.api.MountPointService,org.opendaylight.controller.sal.binding.api.BindingAwareService
@Deprecated(forRemoval=true) public class BindingDOMMountPointServiceAdapter extends Object implements org.opendaylight.controller.md.sal.binding.api.MountPointService
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description BindingDOMMountPointServiceAdapter(org.opendaylight.controller.md.sal.dom.api.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 com.google.common.base.Optional<org.opendaylight.controller.md.sal.binding.api.MountPoint>getMountPoint(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> mountPoint)Deprecated, for removal: This API element is subject to removal in a future version.<T extends org.opendaylight.controller.md.sal.binding.api.MountPointService.MountPointListener>
org.opendaylight.yangtools.concepts.ListenerRegistration<T>registerListener(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path, T listener)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
BindingDOMMountPointServiceAdapter
public BindingDOMMountPointServiceAdapter(org.opendaylight.controller.md.sal.dom.api.DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getMountPoint
public com.google.common.base.Optional<org.opendaylight.controller.md.sal.binding.api.MountPoint> getMountPoint(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> mountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMountPointin interfaceorg.opendaylight.controller.md.sal.binding.api.MountPointService
-
registerListener
public <T extends org.opendaylight.controller.md.sal.binding.api.MountPointService.MountPointListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerListener(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path, T listener)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
registerListenerin interfaceorg.opendaylight.controller.md.sal.binding.api.MountPointService
-
-