Package host.anzo.simon
Interface SimonUnreferenced
public interface SimonUnreferenced
A SIMON remote object implementation should implement the SimonUnreferenced
interface to receive notification when there are no more clients that
reference that remote object.
Warning:
DO NOT CALL ANY REMOTE METHOD IN unreferenced(), AS THIS WILL CAUSE SIMONREMOTEEXCEPTIONS!
Warning:
DO NOT CALL ANY REMOTE METHOD IN unreferenced(), AS THIS WILL CAUSE SIMONREMOTEEXCEPTIONS!
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled by the SIMON dispatcher sometime after the dispatcher determines that the reference list, the list of clients referencing the remote object, becomes empty.
-
Method Details
-
unreferenced
void unreferenced()Called by the SIMON dispatcher sometime after the dispatcher determines that the reference list, the list of clients referencing the remote object, becomes empty.
-