Cleaning Up After Jini Services
Summary:
In this article, I look at a fundamental issue with network-mobile code: clients (such as Jini browsers) that load objects of which they have no prior knowledge cannot invoke cleanup methods on those objects. I propose a solution to this problem, using the
finalize()
method declared in class
Object
.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: March 1, 2000 9:34 AM by
Bill
|
In this article, I look at a fundamental issue with network-mobile code: clients (such as Jini browsers) that load objects of which they have no prior knowledge cannot invoke cleanup methods on those objects. I propose a solution to this problem, using the finalize() method declared in class Object. Read this Artima.com article: http://www.artima.com/jini/jiniology/cleanup.html
|
|