de.root1.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!

Author:
achristian

Method Summary
 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.
 

Method Detail

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.



Copyright © 2011. All Rights Reserved.