sendDirtyCall(wrep)
on P. The parameter wrep
is the wire representation of reference received.
wrep
from the object table and will invoke the method
sendCleanCall(wrep)
on P.
sendDirtyCall(wrep)
:
cleanDirtyCall(wrep)
:
The manager will extract the concrete object from the object table,
so it will be collected if it is not locally reachable.
manager.removeFromObjTbl(concNetObj);