Searched refs:existing (Results 1 - 16 of 16) sorted by relevance
| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
| H A D | ServiceReferenceDescriptor.java | 419 ServiceRefPortInfo existing = null; 422 existing = 425 if( (existing == null) && runtimePortInfo.hasWsdlPort() ) { 426 existing = getPortInfoByPort(runtimePortInfo.getWsdlPort()); 429 if( existing == null ) { 441 if( !existing.hasServiceEndpointInterface() ) { 442 existing.setServiceEndpointInterface 445 if( !existing.hasWsdlPort() ) { 446 existing.setWsdlPort(runtimePortInfo.getWsdlPort()); 453 existing [all...] |
| H A D | EjbDescriptor.java | 1368 * The new method permission is added to the list of existing method permissions 1393 // remove all existing method permission... 1482 EjbReference existing = getEjbReference(ejbReference.getName()); 1484 existing.addInjectionTarget(next); 1610 ServiceReferenceDescriptor existing = 1613 existing.addInjectionTarget(next); 1670 MessageDestinationReferenceDescriptor existing = 1674 existing.addInjectionTarget(next); 1735 JmsDestinationReferenceDescriptor existing = 1738 existing [all...] |
| /glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/ |
| H A D | ConfigConfigTest.java | 72 final Map<String, ConfigConfig> existing = domainConfig.getConfigsConfig().getConfigConfigMap(); 75 config = existing.get(getDefaultInstanceName(domainRoot)); 81 config = existing.get(PE_CONFIG_NAME);
|
| H A D | ModuleMonitoringLevelsConfigTest.java | 74 ModuleMonitoringLevelsConfig existing = getModuleMonitoringLevelsConfig();
|
| H A D | CustomMBeanConfigTest.java | 230 final Map<String, CustomMBeanConfig> existing = 244 if (existing.containsKey(testName)) { 245 RefHelper.removeAllRefsTo(existing.get(testName), true);
|
| /glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/ |
| H A D | PropertiesBagResource.java | 158 Map<String, Property> existing = getExistingProperties(); 159 deleteMissingProperties(existing, null); 184 Map<String, Property> existing = getExistingProperties(); 185 deleteMissingProperties(existing, properties); 189 Property existingProp = existing.get(property.get("name")); 247 protected void deleteMissingProperties(Map<String, Property> existing, List<Map<String, String>> properties) throws TransactionFailure { argument 256 for (final Property existingProp : existing.values()) {
|
| H A D | CollectionLeafResource.java | 374 Map<String, String> existing = new HashMap<String, String>(); 375 existing.put("target", target); 379 existing.put(option.substring(0, index), option.substring(index+1)); 381 existing.put(option, ""); 385 runCommand(getDeleteCommand(), processData(existing), "rest.resource.delete.message", "\"{0}\" deleted successfully.", "rest.resource.delete.forbidden", "DELETE on \"{0}\" is forbidden.");
|
| /glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
| H A D | ConfigToolsImpl.java | 178 for( final Property existing : props ) 180 if ( ! newPropNames.contains(existing.getName()) ) 182 toRemove.add(existing); 234 // it's important to *modify* existing items, not remove then and re-add them 240 for( final SystemProperty existing : props ) 242 if ( ! newPropNames.contains(existing.getName()) ) 244 toRemove.add(existing); 313 // first remove any existing test elements
|
| /glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ |
| H A D | IORToSocketInfoImpl.java | 201 List existing = (List) 203 if ( existing == null ) { 220 if ( result.equals(existing) ) { 226 + ".getSocketInfo: existing randomized result: " 239 + "; existing is: " + existing);
|
| /glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ |
| H A D | CoverageInfoAnalyzer.java | 149 final CoverageInfo existing = coverageMap.get(j2eeType); 150 if (existing != null) { 151 existing.merge(coverageInfo);
|
| /glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/ |
| H A D | DomainRootImpl.java | 123 final Set<ObjectName> existing = JMXUtil.queryAllInDomain(server, selfObjectName.getDomain()); 124 if (existing.size() != 0) { 127 CollectionUtil.toString(existing, ", "));
|
| H A D | ComplianceMonitor.java | 118 // queue all existing MBeans 119 final Set<ObjectName> existing = JMXUtil.queryLocalMBeans(mServer, mDomainRoot.objectName().getDomain(), System.getProperty("com.sun.ass.instanceName")); 120 for (final ObjectName objectName : existing) {
|
| /glassfish-3.1.2/common/common-util/src/main/java/com/sun/logging/ |
| H A D | LogDomains.java | 449 final Logger existing = LogManager.getLogManager().getLogger(name); 450 if (existing == null) { 455 cLogger = existing;
|
| /glassfish-3.1.2/admingui/web/src/main/resources/grizzly/ |
| H A D | networkListenerAttr.inc | 89 selected="#{pageSession.rdBtn}" selectedValue="existing" onClick="radioBtnAction('existing')"/>
|
| /glassfish-3.1.2/tests/quicklook/amx/src/test/amx/ |
| H A D | AMXConfigProxyTests.java | 269 // remove any existing test element 407 // first remove any existing test elements 408 final Map<String,Property> existing = parent.childrenMap(Property.class); 411 if ( existing.get(propName) != null ) 552 // remove any existing test element 598 // remove any existing test element
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
| H A D | StandardContext.java | 448 * of any existing welcome files? This will be set before processing the 2298 * does not match an existing filter definition, or the filter mapping 2326 * does not match an existing filter definition, or the filter mapping 2345 * does not match an existing filter definition, or the filter mapping 3009 * Add a new MIME mapping, replacing any existing mapping for 3169 String existing = servletMappings.get(pattern); 3170 if (existing != null && 3171 !existing.equals(Constants.DEFAULT_SERVLET_NAME) && 3172 !existing.equals(Constants.JSP_SERVLET_NAME) && 3195 * existing mappin [all...] |
Completed in 97 milliseconds