Class BindingMountPointAdapter

  • All Implemented Interfaces:
    org.opendaylight.controller.md.sal.binding.api.MountPoint, org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>

    @Deprecated(forRemoval=true)
    public class BindingMountPointAdapter
    extends Object
    implements org.opendaylight.controller.md.sal.binding.api.MountPoint
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • BindingMountPointAdapter

        public BindingMountPointAdapter​(BindingToNormalizedNodeCodec codec,
                                        org.opendaylight.controller.md.sal.dom.api.DOMMountPoint domMountPoint)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getIdentifier

        public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
      • getService

        public <T extends org.opendaylight.controller.md.sal.binding.api.BindingService> com.google.common.base.Optional<T> getService​(Class<T> service)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getService in interface org.opendaylight.controller.md.sal.binding.api.MountPoint