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

org.python.rmi.UnicastRemoteObject Maven / Gradle / Ivy

// Copyright (c) Corporation for National Research Initiatives
package org.python.rmi;
import java.rmi.*;

public class UnicastRemoteObject extends java.rmi.server.RemoteServer {
    Remote remote;

    public UnicastRemoteObject() throws RemoteException {
        this.remote = remote;
        java.rmi.server.UnicastRemoteObject.exportObject(remote);
    }

    private void readObject(java.io.ObjectInputStream in)
        throws java.io.IOException, java.lang.ClassNotFoundException
    {
        java.rmi.server.UnicastRemoteObject.exportObject(remote);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy