Interface YangTextSchemaSourceRegistration

All Superinterfaces:
AutoCloseable, ObjectRegistration<YangTextSchemaSource>, Registration
All Known Implementing Classes:
AbstractYangTextSchemaSourceRegistration

public interface YangTextSchemaSourceRegistration extends ObjectRegistration<YangTextSchemaSource>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unregisters the object.

    Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration

    getInstance
  • Method Details

    • close

      void close()
      Description copied from interface: Registration
      Unregisters the object. This operation is required not to invoke blocking operations. Implementations which require interaction with outside world must provide guarantees that any work is done behind the scenes and the unregistration process looks as if it has already succeeded once this method returns.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Registration