/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/client/ |
H A D | Client.java | 50 private static long TIMEOUT = 90000; field in class:Client 155 Message recvdmessage = queueReceiver.receive(TIMEOUT); 160 System.out.println("timeout after " + TIMEOUT + " seconds"); 161 throw new JMSException("timeout" + TIMEOUT + " seconds");
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | CometEvent.java | 110 * TIMEOUT - the connection timed out (sub type of ERROR); note that this ERROR type is not fatal, and 118 public enum EventSubType { TIMEOUT, CLIENT_DISCONNECT, IOEXCEPTION, WEBAPP_RELOAD, SERVER_SHUTDOWN, SESSION_END } enum constant in enum:CometEvent.EventSubType
|
/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/ |
H A D | ResourceAdapterConfigsTest.java | 65 clickAndWait("propertyForm:propertyContentPage:topButtons:newButton", TRIGGER_RESOURCE_ADAPTER_CONFIGS, TIMEOUT*10);
|
H A D | ClusterTest.java | 195 waitForPageLoad(TRIGGER_CLUSTER_SYSTEM_PROPERTIES, TIMEOUT, true); 206 waitForPageLoad(TRIGGER_CLUSTER_SYSTEM_PROPERTIES, TIMEOUT, true); 235 waitForPageLoad("i18ncs.cluster.jms.ClusterTypeName", TIMEOUT); 267 waitForPageLoad("i18ncs.cluster.jms.ClusterTypeName", TIMEOUT); 297 waitForPageLoad("i18ncs.cluster.jms.ClusterTypeName", TIMEOUT);
|
H A D | BaseSeleniumTestClass.java | 71 protected static final int TIMEOUT = 90; field in class:BaseSeleniumTestClass 396 openAndWait(url, triggerText, TIMEOUT); 407 * the resulting page, timing out TIMEOUT seconds. 412 clickAndWait(id, triggerText, TIMEOUT); 425 waitForLoad(TIMEOUT, callback); 471 waitForPageLoad(triggerText, TIMEOUT, textShouldBeMissing); 484 WebElement ajaxPanel = (WebElement) elementFinder.findElement(By.id(AJAX_INDICATOR), TIMEOUT, 561 waitForLoad(TIMEOUT, new DeleteRowCallBack(tableId, triggerText, valueColId)); 597 WebElement link = elementFinder.findElement(By.linkText(value), TIMEOUT); 1000 WebElement element = (WebElement) elementFinder.findElement(By.id(id), TIMEOUT); [all...] |
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/ |
H A D | CacheMappingNode.java | 77 dispatchTable.put(RuntimeTagNames.TIMEOUT, "setTimeout"); 88 if (element.getQName().equals(RuntimeTagNames.TIMEOUT)) { 91 descriptor.setAttributeValue(CacheMapping.TIMEOUT, CacheMapping.NAME, attributes.getValue(i)); 95 while (descriptor.getAttributeValue(CacheMapping.TIMEOUT, index, CacheMapping.NAME)!=null) { 98 descriptor.setAttributeValue(CacheMapping.TIMEOUT, index-1, CacheMapping.SCOPE, attributes.getValue(i)); 156 Element timeout = (Element) forceAppendTextChild(cacheMapping, RuntimeTagNames.TIMEOUT, 157 (String) descriptor.getValue(CacheMapping.TIMEOUT)); 159 String name = descriptor.getAttributeValue(CacheMapping.TIMEOUT, CacheMapping.NAME); 163 String scope = descriptor.getAttributeValue(CacheMapping.TIMEOUT, CacheMapping.SCOPE);
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/web/ |
H A D | CacheMapping.java | 58 static public final String TIMEOUT = "Timeout"; // NOI18N field in class:CacheMapping 115 this.setValue(TIMEOUT, value); 121 return (String)this.getValue(TIMEOUT);
|
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/ |
H A D | AdminCommandLock.java | 94 TIMEOUT, // Failed - suspend timed out enum constant in enum:AdminCommandLock.SuspendStatus 530 queuePut(suspendStatusQ, SuspendStatus.TIMEOUT);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/ |
H A D | AsyncContextImpl.java | 68 static enum AsyncEventType { COMPLETE, TIMEOUT, ERROR, START_ASYNC } enum constant in enum:AsyncContextImpl.AsyncEventType 487 case TIMEOUT:
|
H A D | Request.java | 4004 AsyncContextImpl.AsyncEventType.TIMEOUT, null);
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/ |
H A D | CacheModule.java | 280 com.sun.enterprise.deployment.runtime.web.CacheMapping.TIMEOUT, 283 com.sun.enterprise.deployment.runtime.web.CacheMapping.TIMEOUT,
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/xml/ |
H A D | RuntimeTagNames.java | 298 public static final String TIMEOUT = "timeout"; field in interface:RuntimeTagNames
|