Interface DOMMountPoint

  • All Superinterfaces:
    org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier>

    @Deprecated(forRemoval=true)
    public interface DOMMountPoint
    extends org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier>
    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
      org.opendaylight.yangtools.yang.model.api.SchemaContext getSchemaContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      <T extends DOMService>
      com.google.common.base.Optional<T>
      getService​(Class<T> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable

        getIdentifier
    • Method Detail

      • getService

        <T extends DOMService> com.google.common.base.Optional<T> getService​(Class<T> cls)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSchemaContext

        org.opendaylight.yangtools.yang.model.api.SchemaContext getSchemaContext()
        Deprecated, for removal: This API element is subject to removal in a future version.