/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/ |
H A D | Reloader.java | 88 * Have one or more classes or resources been modified so that a reload 91 public boolean modified(); method in interface:Reloader
|
H A D | WebappClassLoader.java | 267 * 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 D | SCO.java | 76 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 D | HashSet.java | 181 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 D | ArrayList.java | 217 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 D | Vector.java | 417 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 D | Date.java | 313 public void applyUpdates(StateManager sm, boolean modified) argument
|
H A D | SqlDate.java | 272 public void applyUpdates(StateManager sm, boolean modified) argument
|
H A D | SqlTime.java | 272 public void applyUpdates(StateManager sm, boolean modified) argument
|
H A D | SqlTimestamp.java | 349 public void applyUpdates(StateManager sm, boolean modified) argument
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | Loader.java | 202 * 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 D | DeploymentImpl.java | 471 boolean modified = false; 478 modified = true; 481 //update modified BDA 482 if (modified){
|
H A D | BeanDeploymentArchiveImpl.java | 443 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 D | WebappLoader.java | 100 * 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 D | StandardClassLoader.java | 425 public boolean modified() { method in class:StandardClassLoader
|
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/server/ |
H A D | JkMain.java | 123 boolean modified=false; field in class:JkMain
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
H A D | StandardContext.java | 5697 * read modified web.xml, etc. This can only be done by completely 5790 if (reloadable && (getLoader().modified())) {
|