Package jsx3

Examples of jsx3.GI


     * @param name The name to get access to
     * @return A new Server proxy instance
     */
    public static Server getServer(String name)
    {
        return new Server(null, name + ".");
    }
View Full Code Here

TOP

Related Classes of jsx3.GI

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.