Searched refs:update (Results 1 - 25 of 39) sorted by relevance

12

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DProgressListener.java76 void update(long pBytesRead, long pContentLength, int pItems); method in interface:ProgressListener
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DJDK.java47 * 1.6.0_u14 == major = 1 minor = 6, subminor = 0, update = 14
77 return update;
100 private static int update; field in class:JDK
105 minor = subminor = update = 0;
127 update = Integer.parseInt(ss[1]);
/glassfish-3.1.2/
H A Dgfbuild.sh103 U) update="-U";;
124 mvn $mvn_env $update -Prelease-phase1 install | tee gfbuild.log
130 mvn $mvn_env $update "$@" | tee gfbuild.log
132 mvn -Dmaven.repo.local=$maven_repo $mvn_env $update -Prelease-phase1 install | tee gfbuild.log
137 mvn -Dmaven.repo.local=$maven_repo $mvn_env $update "$@" | tee gfbuild.log
/glassfish-3.1.2/common/container-common/src/main/java/org/glassfish/ha/common/
H A DHACookieInfo.java63 update(newReplica, oldReplica);
68 public void update(String newReplica, String oldReplica) { method in class:HACookieInfo
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DMapperUpdateListener.java54 void update(HttpService httpService, NetworkListener httpListener, Mapper mapper); method in interface:MapperUpdateListener
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ext/update/
H A DUpdateStatusTest.java41 package org.glassfish.admin.amxtest.ext.update;
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js42 baseInitialize: function(element, update, options) {
45 this.update = $(update);
63 function(element, update){
64 if(!update.style.position || update.style.position=='absolute') {
65 update.style.position = 'absolute';
66 Position.clone(element, update, {
71 Effect.Appear(update,{duration:0.15});
74 function(element, update){ ne
[all...]
H A Deffects.js116 new Element('span', {style: tagifyStyle}).update(
266 if (this.update) this.update(pos);
318 update: function(position) {
342 update: function(position) {
351 update: Prototype.emptyFunction
367 update: function(position) {
392 update: function(position) {
452 update: function(position) {
504 update
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js43 baseInitialize: function(element, update, options) {
45 this.update = $(update);
62 function(element, update){
63 if(!update.style.position || update.style.position=='absolute') {
64 update.style.position = 'absolute';
65 Position.clone(element, update, {
70 Effect.Appear(update,{duration:0.15});
73 function(element, update){ ne
[all...]
H A Deffects.js320 if(this.update) this.update(pos);
345 update: function(position) {
367 update: Prototype.emptyFunction
384 update: function(position) {
415 update: function(position) {
476 update: function(position) {
527 update: function(position) {
556 update: function(position) {
980 update
[all...]
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutodeployRetryManager.java186 info.update();
261 info.update();
392 update();
407 protected abstract boolean update(); method in class:AutodeployRetryManager.Info
448 protected boolean update() { method in class:AutodeployRetryManager.JarInfo
459 *In all cases, update the recorded length with the file's
487 protected boolean update() { method in class:AutodeployRetryManager.DirectoryInfo
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DExtensionElementDescriptor.java108 public void update(Observable o, Object arg) { method in class:ExtensionElementDescriptor
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/concurrency/
H A DConcurrency.java87 public void update(UpdateQueryPlan plan); method in interface:Concurrency
H A DConcurrencyDBNative.java78 // images at update time.
91 public void update(UpdateQueryPlan plan) { method in class:ConcurrencyDBNative
H A DConcurrencyCheckDirty.java75 public void update(UpdateQueryPlan plan) { method in class:ConcurrencyCheckDirty
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dapplication.js109 update: function(data) {
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DManager.java473 public void update(HttpSession session) throws Exception; method in interface:Manager
/glassfish-3.1.2/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/
H A DFelixWebConsoleExtensionActivator.java100 config.update(newProps);
104 "Failed to update webconsole configuration", e);
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/
H A DByteCodeEnhancerHelper.java250 crc32.update (bytes);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DNamingContextListener.java586 String update = (String) oldValue;
587 int colon = update.indexOf(':');
588 removeResourceEnvRef(update.substring(0, colon));
591 String update = (String) newValue;
592 int colon = update.indexOf(':');
593 addResourceEnvRef(update.substring(0, colon),
594 update.substring(colon + 1));
/glassfish-3.1.2/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/
H A DMain.java111 // update the bundle if it is already installed and is older than uber jar.
112 installed.update(m.getContentStream());
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/security/common/
H A DSSHA.java112 md.update(hash);
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DBundleProvisioner.java205 // uninstall, update, install, refresh & start.
207 update(existingBundles);
335 private int update(Collection<Jar> jars) { method in class:BundleProvisioner
342 logger.logp(Level.WARNING, "BundleProvisioner", "update",
343 "Can't update bundle = {0} as it's already uninstalled", new Object[]{bundle});
350 bundle.update();
352 logger.logp(Level.INFO, "BundleProvisioner", "update",
356 logger.logp(Level.WARNING, "BundleProvisioner", "update",
357 "Failed to update " + jar.getPath(),
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DManagerBase.java588 long update = ((byte) entropy[i]) << ((i % 8) * 8);
589 seed ^= update;
1280 public void update(HttpSession session) throws Exception { method in class:ManagerBase
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DModJkMX.java89 * can force an update by calling the refreshAttributes and refreshMetadata
266 proxy.update(att, val);
432 private void update( String name, String val ) { method in class:ModJkMX.MBeanProxy

Completed in 159 milliseconds

12