Class 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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opendaylight.controller.md.sal.binding.api.MountPointService

        org.opendaylight.controller.md.sal.binding.api.MountPointService.MountPointListener
    • 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:
        getMountPoint in interface org.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:
        registerListener in interface org.opendaylight.controller.md.sal.binding.api.MountPointService