-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
-
Fix Understood
-
x86
-
linux
Name: rmT116609 Date: 01/26/2003
DESCRIPTION OF THE PROBLEM :
The java doc says "If the force parameter is true, the object is forcibly unexported even if there are pending calls to the remote object or the remote object still has calls in progress." This implies (to me anyway) that if
force is true all calls that are in progress are terminated right away. This is not so; in progress calls continue but new calls cannot start. The java doc gives the false impression that you have to have force be false if you don't want your in progress calls to be adruptly terminated.
(Review ID: 145750)
======================================================================