Interface YangTextSchemaSourceRegistration
-
- All Superinterfaces:
AutoCloseable
,ObjectRegistration<YangTextSchemaSource>
,Registration
- All Known Implementing Classes:
AbstractYangTextSchemaSourceRegistration
public interface YangTextSchemaSourceRegistration extends ObjectRegistration<YangTextSchemaSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Unregisters the object.-
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
-
-
-
Method Detail
-
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 interfaceAutoCloseable
- Specified by:
close
in interfaceRegistration
-
-