Hi,
I have an
application that creates many instances of a subclass of
jeremie.moa.UnicastRemoteObject .
Instances are automatically exported when created. I would like to know how to make them eligible for gc,
Instances are automatically exported when created. I would like to know how to make them eligible for gc,
I suppose I have to
use some unexport method, however, the unexportObject method requires an
argument
(JRMIBFactory
binder) that I do not know how to set.
Can somebody help me
in and give me the right procedure to follow in order to make a remote
object
garbage collectable
?
Thanks,
Anne
