Package org.apache.harmony.rmi.transport

Examples of org.apache.harmony.rmi.transport.DefaultRMISocketFactory


    /**
     * @com.intel.drl.spec_ref
     */
    public static synchronized RMISocketFactory getDefaultSocketFactory() {
        if (defaultRsf == null) {
            defaultRsf = new DefaultRMISocketFactory();
        }
        return defaultRsf;
    }
View Full Code Here


    /**
     * @com.intel.drl.spec_ref
     */
    public static synchronized RMISocketFactory getDefaultSocketFactory() {
        if (defaultRsf == null) {
            defaultRsf = new DefaultRMISocketFactory();
        }
        return defaultRsf;
    }
View Full Code Here

TOP

Related Classes of org.apache.harmony.rmi.transport.DefaultRMISocketFactory

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.