/glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/ |
H A D | EncodingTest.java | 135 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 D | ServerEnvironmentImpl.java | 155 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 D | PlainTextActionReporter.java | 166 Properties props = part.getProps(); 202 write(indent + INDENT, part.getProps(), out);
|
H A D | XMLContentActionReporter.java | 142 for (Map.Entry prop : part.getProps().entrySet()) { 165 for (Map.Entry prop : part.getProps().entrySet()) {
|
H A D | HTMLActionReporter.java | 99 write(part.getProps(), writer);
|
H A D | PropsFileActionReporter.java | 92 if (part.getProps().size() > 0) { 94 for (Map.Entry entry : part.getProps().entrySet()) {
|
H A D | JsonActionReporter.java | 97 writeProperties(part.getProps(), writer);
|
H A D | XMLActionReporter.java | 143 for (Map.Entry prop : part.getProps().entrySet()) {
|
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/custom/ |
H A D | FindHttpProtocolResource.java | 90 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 D | ObjectNameStringifier.java | 182 public List getProps() method in class:ObjectNameStringifier
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/ |
H A D | DomainDirs.java | 148 Map<String, String> systemProps = new ASenvPropertyReader().getProps();
|
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/ |
H A D | ActionReportResultJsonProvider.java | 99 Properties properties = ar.getTopMessagePart().getProps(); 128 object.put("properties", part.getProps());
|
H A D | ActionReportResultXmlProvider.java | 79 Properties properties = ar.getTopMessagePart().getProps(); 108 object.put("properties", new XmlMap("properties", part.getProps()));
|
H A D | ActionReportResultHtmlProvider.java | 274 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 D | ActionReport.java | 182 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 D | CopyConfig.java | 134 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 D | DomainConfig.java | 112 Map<String, String> envProperties = pr.getProps();
|
H A D | RepositoryConfig.java | 243 return pr.getProps();
|
H A D | KeystoreManager.java | 106 String javaroot = new ASenvPropertyReader().getProps().get(propName);
|
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/embeddable/ |
H A D | DeployerImpl.java | 171 Properties props = report.getTopMessagePart().getProps();
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/ |
H A D | ASenvPropertyReader.java | 66 * <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 D | LoggingConfigImpl.java | 130 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 D | AsadminMain.java | 98 Map<String, String> systemProps = new ASenvPropertyReader().getProps();
|
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/ |
H A D | InstanceInfo.java | 196 Properties props = res.getReport().getTopMessagePart().getProps();
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/ |
H A D | JMXUtil.java | 360 public static String getProps( method in class:JMXUtil 364 return (getProps(objectName, propKeys, false)); 367 public static String getProps( method in class:JMXUtil
|