Package com.bbn.openmap.util.corba

Examples of com.bbn.openmap.util.corba.CORBASupport.start()


        if (args != null) {
            parseArgs(args);
        }

        cs.start(this, args, iorfile, naming);
    }

    /**
     * <b>parseArgs </b> should reflect the needs of your specialist.
     * It is presently defined to run with the default start() method,
View Full Code Here


        if (args != null) {
            parseArgs(args);
        }

        cs.start(this, args, iorfile, naming);
    }

    /**
     */
    public void parseArgs(String[] args) {
View Full Code Here

        if (args != null) {
            parseArgs(args);
        }

        cs.start(this, args, iorfile, naming);
    }

    /**
     * Set the maximum number of caches to given number, represented
     * in a string. If the string isn't a good number,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.