Searched refs:getDeployProperties (Results 1 - 14 of 14) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DApplication.java301 Properties getDeployProperties(); method in interface:Application
340 public static Properties getDeployProperties(Application instance) { method in class:Application.Duck
412 return !(Boolean.valueOf(me.getDeployProperties().getProperty
417 return Boolean.valueOf(me.getDeployProperties().getProperty
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DDynamicReloader.java111 if (Boolean.valueOf(app.getDeployProperties().getProperty
167 if (Boolean.valueOf(app.getDeployProperties().getProperty
H A DLifecycleModuleService.java146 if (Boolean.valueOf(app.getDeployProperties().getProperty
154 Properties props = next.getDeployProperties();
H A DApplicationLoaderService.java183 if (Boolean.valueOf(systemApp.getDeployProperties().getProperty
332 if (Boolean.valueOf(app.getDeployProperties().getProperty
370 depContext.getAppProps().putAll(app.getDeployProperties());
H A DUpgradeStartup.java177 if (Boolean.valueOf(app.getDeployProperties().getProperty
316 deployParams.properties = app.getDeployProperties();
357 Properties appProperties = app.getDeployProperties();
H A DApplicationLifecycle.java1757 Properties appProperties = application.getDeployProperties();
1961 app.getDeployProperties());
1990 Properties contextProps = app.getDeployProperties();
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutoUndeploymentOperation.java134 if (app.getDeployProperties().getProperty
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DCreateApplicationRefCommand.java258 contextProps = app.getDeployProperties();
390 Properties appProps = app.getDeployProperties();
H A DDeleteApplicationRefCommand.java220 application.getDeployProperties());
H A DUndeployCommand.java273 appProps.putAll(application.getDeployProperties());
H A DDeployCommand.java769 String compatProp = app.getDeployProperties().getProperty(
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DDeploymentUtils.java166 return Artifacts.get(app.getDeployProperties(), DOWNLOADABLE_ARTIFACTS_KEY_PREFIX);
186 return Artifacts.get(app.getDeployProperties(), GENERATED_ARTIFACTS_KEY_PREFIX);
/glassfish-3.1.2/deployment/admin/src/test/java/org/glassfish/deployment/admin/
H A DListComponentsCommandTest.java242 public Properties getDeployProperties() { method in class:ListComponentsCommandTest.ApplicationTest
/glassfish-3.1.2/deployment/common/src/test/java/org/glassfish/deployment/versioning/
H A DVersioningUtilsTest.java706 public Properties getDeployProperties() { method in class:VersioningUtilsTest.ApplicationTest

Completed in 35 milliseconds