Searched defs:getProps (Results 1 - 5 of 5) sorted by relevance

/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/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/glassfish-api/src/main/java/org/glassfish/api/
H A DActionReport.java182 public Properties getProps() { method in class:ActionReport.MessagePart
/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/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 66 milliseconds