Package xbird.util.datetime

Examples of xbird.util.datetime.TextProgressBar


            logJobInformation(map, getJobId());
        }

        final int numTasks = map.size();
        this._results = new ArrayList<Sequence<? extends Item>>(numTasks);
        this._progressBar = new TextProgressBar("MapQueryJob [" + getJobId() + ']', numTasks) {
            protected void show() {
                if(LOG.isInfoEnabled()) {
                    LOG.info(getInfo());
                }
            }
View Full Code Here

TOP

Related Classes of xbird.util.datetime.TextProgressBar

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.