All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbundle.thin.base.remote.Unreferenced Maven / Gradle / Ivy

The newest version!
package org.jbundle.thin.base.remote;

/**
 * A remote object implementation should implement the
 * Unreferenced interface to receive notification when there are
 * no more clients that reference that remote object.
 */
public interface Unreferenced {
    /**
     * Called by the RMI runtime sometime after the runtime determines that
     * the reference list, the list of clients referencing the remote object,
     * becomes empty.
     * @since JDK1.1
     */
    public void unreferenced();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy