Interface OCloseable
- All Known Subinterfaces:
OCommandStream,OIndexManagerAbstract
- All Known Implementing Classes:
OConsoleCommandStream,OIndexManagerDistributed,OIndexManagerRemote,OIndexManagerShared,OLiveQueryHook.OLiveQueryOps,OLiveQueryHookV2.OLiveQueryOps,OSBTreeCollectionManagerRemote,OSchemaDistributed,OSchemaEmbedded,OSchemaRemote,OSchemaShared
public interface OCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes resources inside of call of OStorage#close().
-
Method Details
-
close
void close()Closes resources inside of call of OStorage#close(). So do not use locks when you call this method or you may have deadlock during storage close. This method is completely house keeping method and plays role of Object#finalize() in case of you need to clean up resources after storage is closed.
-