Searched refs:getProps (Results 1 - 25 of 31) sorted by relevance

12

/glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/
H A DEncodingTest.java135 ar.getTopMessagePart().getProps().put("property1", "value1");
136 ar.getTopMessagePart().getProps().put("property2", "value2");
164 child1.getProps().put("child1 prop1", "child1 value1");
165 child1.getProps().put("child1 prop2", "child1 value2");
169 child2.getProps().put("child2 prop1", "child2 value1");
170 child2.getProps().put("child2 prop2", "child2 value2");
174 grandChild1.getProps().put("gc1 prop1", "gc1 value1");
175 grandChild1.getProps().put("gc1 prop2", "gc1 value2");
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/server/
H A DServerEnvironmentImpl.java155 asenv.getProps().put(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY, root.getAbsolutePath());
156 for (Map.Entry<String, String> entry : asenv.getProps().entrySet()) {
163 location = new File(asenv.getProps().get(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY), entry.getValue());
190 asenv.getProps().put(SystemPropertyConstants.SERVER_NAME, instanceName);
324 public Map<String, String> getProps() { method in class:ServerEnvironmentImpl
325 return Collections.unmodifiableMap(asenv.getProps());
336 File install = new File(asenv.getProps().get(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DPlainTextActionReporter.java166 Properties props = part.getProps();
202 write(indent + INDENT, part.getProps(), out);
H A DXMLContentActionReporter.java142 for (Map.Entry prop : part.getProps().entrySet()) {
165 for (Map.Entry prop : part.getProps().entrySet()) {
H A DHTMLActionReporter.java99 write(part.getProps(), writer);
H A DPropsFileActionReporter.java92 if (part.getProps().size() > 0) {
94 for (Map.Entry entry : part.getProps().entrySet()) {
H A DJsonActionReporter.java97 writeProperties(part.getProps(), writer);
H A DXMLActionReporter.java143 for (Map.Entry prop : part.getProps().entrySet()) {
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/custom/
H A DFindHttpProtocolResource.java90 ar.getTopMessagePart().getProps().put("protocol", p.getName());
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/stringifier/
H A DObjectNameStringifier.java182 public List getProps() method in class:ObjectNameStringifier
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DDomainDirs.java148 Map<String, String> systemProps = new ASenvPropertyReader().getProps();
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DActionReportResultJsonProvider.java99 Properties properties = ar.getTopMessagePart().getProps();
128 object.put("properties", part.getProps());
H A DActionReportResultXmlProvider.java79 Properties properties = ar.getTopMessagePart().getProps();
108 object.put("properties", new XmlMap("properties", part.getProps()));
H A DActionReportResultHtmlProvider.java274 Properties properties = ar.getTopMessagePart().getProps();
325 .append(processMap(part.getProps()))
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DActionReport.java182 public Properties getProps() { method in class:ActionReport.MessagePart
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DCopyConfig.java134 String rootFolder = envImpl.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DDomainConfig.java112 Map<String, String> envProperties = pr.getProps();
H A DRepositoryConfig.java243 return pr.getProps();
H A DKeystoreManager.java106 String javaroot = new ASenvPropertyReader().getProps().get(propName);
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/embeddable/
H A DDeployerImpl.java171 Properties props = report.getTopMessagePart().getProps();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/
H A DASenvPropertyReader.java66 * <p>To use the class, create an instance and then call getProps().
102 public Map<String, String> getProps() method in class:ASenvPropertyReader
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingConfigImpl.java130 String rootFolder = env.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
640 String rootFolder = env.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java98 Map<String, String> systemProps = new ASenvPropertyReader().getProps();
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/
H A DInstanceInfo.java196 Properties props = res.getReport().getTopMessagePart().getProps();
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DJMXUtil.java360 public static String getProps( method in class:JMXUtil
364 return (getProps(objectName, propKeys, false));
367 public static String getProps( method in class:JMXUtil

Completed in 4120 milliseconds

12