Searched defs:appProps (Results 1 - 4 of 4) sorted by relevance
| /glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
| H A D | ApplicationLifecycle.java | 1048 final Properties appProps = context.getAppProps(); 1057 setInitialAppAttributes(app_w, deployParams, appProps, context); 1082 final Properties appProps = context.getAppProps(); 1090 setRestAppAttributes(app_w, appProps); 1187 DeployCommandParameters deployParams, Properties appProps, 1201 if (appProps.getProperty(ServerTags.LOCATION) != null) { 1202 app.setLocation(appProps.getProperty( 1217 if (appProps.getProperty(ServerTags.OBJECT_TYPE) != null) { 1218 app.setObjectType(appProps.getProperty( 1221 if (appProps 1186 setInitialAppAttributes(Application app, DeployCommandParameters deployParams, Properties appProps, DeploymentContext context) argument 1231 setRestAppAttributes(Application app, Properties appProps) argument [all...] |
| /glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/ |
| H A D | EmbeddedDeployerImpl.java | 245 deploymentContext.getAppProps().putAll(info.appProps); 281 Properties appProps; field in class:EmbeddedDeployerImpl.EmbeddedDeployedInfo 284 public EmbeddedDeployedInfo(ApplicationInfo appInfo, Map<String, Properties> map, Properties appProps, argument 288 this.appProps = appProps;
|
| /glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/ |
| H A D | DeployCommand.java | 358 Properties appProps = deploymentContext.getAppProps(); 368 appProps.setProperty(ServerTags.LOCATION, appLocation); 371 appProps.setProperty(ServerTags.OBJECT_TYPE, "user"); 373 appProps.setProperty(ServerTags.CONTEXT_ROOT, contextroot); 375 appProps.setProperty(ServerTags.DIRECTORY_DEPLOYED, String.valueOf(isDirectoryDeployed)); 377 savedAppConfig.store(appProps); 409 recordFileLocations(appProps); 411 downloadableArtifacts.record(appProps); 412 generatedArtifacts.record(appProps); 538 final Properties appProps) throw 537 recordFileLocations( final Properties appProps) argument [all...] |
| /glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/ |
| H A D | ApplicationConfigInfo.java | 126 public void store(final Properties appProps) { argument 127 appProps.put(DeploymentProperties.APP_CONFIG, moduleToEngineToAppConfig);
|
Completed in 87 milliseconds