Interface DOMMountPointService

  • All Superinterfaces:
    DOMService, org.opendaylight.mdsal.dom.api.DOMService

    @Deprecated(forRemoval=true)
    public interface DOMMountPointService
    extends DOMService
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use DOMMountPointService instead
    Deprecated.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  DOMMountPointService.DOMMountPointBuilder
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      DOMMountPointService.DOMMountPointBuilder createMountPoint​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      com.google.common.base.Optional<DOMMountPoint> getMountPoint​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.dom.api.DOMMountPointListener> registerProvisionListener​(org.opendaylight.mdsal.dom.api.DOMMountPointListener listener)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Detail

      • getMountPoint

        com.google.common.base.Optional<DOMMountPoint> getMountPoint​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • createMountPoint

        DOMMountPointService.DOMMountPointBuilder createMountPoint​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • registerProvisionListener

        org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.mdsal.dom.api.DOMMountPointListener> registerProvisionListener​(org.opendaylight.mdsal.dom.api.DOMMountPointListener listener)
        Deprecated, for removal: This API element is subject to removal in a future version.