Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
None
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
1322
-
Normal
Description
There is a method in the Java code generated from Yang:
public abstract java.lang.AutoCloseable createInstance();
I implement createInstance() to return an instance of AutoClose with a close() method that closes all my socket connections. There is also a log statement in the close() method. Naturally I want to check that the close() method executes. I want to see the log output.
If I shutdown Equinox then close() is invoked but not if I uninstall or stop the bundle. Note that a shutdown after uninstall or stop does invoke close().
Attachments
Issue Links
- is duplicated by
-
TSDR-9 TSDR inventory and poller thread are sleeping mode,after uninstallation of TSDR components
- Resolved