Package net.sourceforge.rmilite

Examples of net.sourceforge.rmilite.Server


        currentThread = Thread.currentThread();
    }

    private void launch(final String[] args) throws Exception {
        int port = Integer.parseInt(args[0]);
        Server server;
        server = new Server(port);
        server.publish(IJavaRuntimeInstantiator.class, new JavaRuntimeInstantiatorImpl(dropFirstArg(args)), EXPORTED_INTERFACES);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.rmilite.Server

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.