Examples of resetDirty()


Examples of org.apache.xindice.util.Configuration.resetDirty()

            Configuration config = metaSystemCollection.getConfig();
            if (config.isDirty()) {
                try {
                    Document d = config.getElement().getOwnerDocument();
                    systemCollection.getCollection(SystemCollection.CONFIGS).setDocument(METAKEY, d);
                    config.resetDirty();
                } catch (Exception e) {
                    log.error("Error writing configuration '" + METAKEY + "', for database " + getName(), e);
                }
            }
        }
View Full Code Here

Examples of org.apache.xindice.util.Configuration.resetDirty()

            Configuration config = metaSystemCollection.getConfig();
            if (config.isDirty()) {
                try {
                    Document d = config.getElement().getOwnerDocument();
                    systemCollection.getCollection(SystemCollection.CONFIGS).setDocument(METAKEY, d);
                    config.resetDirty();
                } catch (Exception e) {
                    log.error("Error writing configuration '" + METAKEY + "', for database " + getName(), e);
                }
            }
        }
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.