Class SimonPhantomRef<T extends SimonProxy>


public class SimonPhantomRef<T extends SimonProxy> extends PhantomReference<T>
Phantom Reference for SIMON callback remote objects. With help of that, user must not release callback object. This is done automatically.
Since:
1.2.0
  • Constructor Details

    • SimonPhantomRef

      public SimonPhantomRef(T referent, ReferenceQueue<? super T> q)
  • Method Details