Searched refs:modified (Results 1 - 17 of 17) sorted by relevance

/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DReloader.java88 * Have one or more classes or resources been modified so that a reload
91 public boolean modified(); method in interface:Reloader
H A DWebappClassLoader.java267 * The list of JARs last modified dates, in the order they should be
739 * Have one or more classes or resources been modified so that a reload
742 public boolean modified() { method in class:WebappClassLoader
745 logger.fine("modified()");
747 // Checking for modified loaded resources
765 + "' was modified; Date is now: "
830 // No classes have been modified
2463 // The policy file may have been modified to adjust
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DSCO.java76 void applyUpdates(StateManager sm, boolean modified); argument
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DHashSet.java181 boolean modified = false;
191 modified = super.add(o);
193 if (modified)
201 return modified;
213 if (modified && (failedObjects != null))
285 boolean modified = false;
316 modified = true;
321 if (modified)
325 return modified;
336 if (modified
937 applyUpdates(StateManager sm, boolean modified) argument
[all...]
H A DArrayList.java217 boolean modified = super.add(o);
220 this.applyUpdates(stateManager, modified);
222 return modified;
390 boolean modified = super.addAll(c);
393 this.applyUpdates(stateManager, modified);
395 return modified;
406 boolean modified = false;
417 modified = true;
422 this.applyUpdates(stateManager, modified);
424 return modified;
693 applyUpdates(StateManager sm, boolean modified) argument
[all...]
H A DVector.java417 boolean modified = super.add(o);
420 this.applyUpdates(stateManager, modified);
422 return modified;
535 boolean modified = super.addAll(c);
538 this.applyUpdates(stateManager, modified);
540 return modified;
551 boolean modified = false;
562 modified = true;
567 this.applyUpdates(stateManager, modified);
569 return modified;
850 applyUpdates(StateManager sm, boolean modified) argument
[all...]
H A DDate.java313 public void applyUpdates(StateManager sm, boolean modified) argument
H A DSqlDate.java272 public void applyUpdates(StateManager sm, boolean modified) argument
H A DSqlTime.java272 public void applyUpdates(StateManager sm, boolean modified) argument
H A DSqlTimestamp.java349 public void applyUpdates(StateManager sm, boolean modified) argument
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DLoader.java202 * Has the internal repository associated with this Loader been modified,
205 public boolean modified(); method in interface:Loader
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DDeploymentImpl.java471 boolean modified = false;
478 modified = true;
481 //update modified BDA
482 if (modified){
H A DBeanDeploymentArchiveImpl.java443 boolean modified = false;
450 modified = true;
453 //update modified BDA
454 if (modified){
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/loader/
H A DWebappLoader.java100 * This class loader supports detection of modified
503 * Has the internal repository associated with this Loader been modified,
506 public boolean modified() { method in class:WebappLoader
507 return (classLoader.modified());
H A DStandardClassLoader.java425 public boolean modified() { method in class:StandardClassLoader
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/server/
H A DJkMain.java123 boolean modified=false; field in class:JkMain
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardContext.java5697 * read modified web.xml, etc. This can only be done by completely
5790 if (reloadable && (getLoader().modified())) {

Completed in 69 milliseconds