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

org.async.rmi.Exported Maven / Gradle / Ivy

package org.async.rmi;

/**
 * Created by Barak Bar Orion
 * 08/10/14.
 */
public interface Exported {
    long getObjectId();
    void close();
    void redirect(long objectId, String host, int port);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy