/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/ |
H A D | SystemPropertiesAccess.java | 57 public Map<String, SystemProperty> getSystemProperty(); method in interface:SystemPropertiesAccess
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | SystemPropertyBag.java | 66 * getSystemProperty().add(newItem); 72 List<SystemProperty> getSystemProperty(); method in interface:SystemPropertyBag 75 SystemProperty getSystemProperty(String name); method in interface:SystemPropertyBag 101 public static SystemProperty getSystemProperty(final SystemPropertyBag me, final String name) { method in class:SystemPropertyBag.Duck 102 for (final SystemProperty prop : me.getSystemProperty()) { 115 final SystemProperty prop = getSystemProperty(me, name); 123 return me.getSystemProperty(name) != null;
|
H A D | Cluster.java | 343 * getSystemProperty().add(newItem); 355 List<SystemProperty> getSystemProperty(); method in interface:Cluster 703 writeableConfig.getSystemProperty().add(gmsListenerPortSysProp); 826 SystemProperty gmsProp = serverConfig.getSystemProperty(propName); 829 List<SystemProperty> propList = c.getSystemProperty();
|
H A D | Config.java | 504 * getSystemProperty().add(newItem); 526 List<SystemProperty> getSystemProperty(); method in interface:Config
|
H A D | Server.java | 225 * getSystemProperty().add(newItem); 236 List<SystemProperty> getSystemProperty(); method in interface:Server 588 serverConf.getSystemProperty(propName); 594 instance.getSystemProperty().add(gmsListenerPortProp); 766 List<SystemProperty> spList = instance.getSystemProperty();
|
H A D | Domain.java | 342 * getSystemProperty().add(newItem); 383 List<SystemProperty> getSystemProperty(); method in interface:Domain
|
/glassfish-3.1.2/admin/rest/src/test/java/org/glassfish/admin/rest/ |
H A D | SystemPropertiesTest.java | 181 Map<String, String> sysProp = getSystemProperty(propertyName, systemProperties); 191 Map<String, String> sysProp = getSystemProperty(propertyName, systemProperties); 203 sysProp = getSystemProperty(propertyName, systemProperties); 214 Map<String, String> sysProp = getSystemProperty(propertyName, systemProperties); 226 sysProp = getSystemProperty(propertyName, systemProperties); 237 private Map<String, String> getSystemProperty(String propName, List<Map<String, String>> systemProperties) { method in class:SystemPropertiesTest
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/listener/ |
H A D | CombinedJavaConfigSystemPropertyListener.java | 536 List<SystemProperty> ssps = server.getSystemProperty(); 542 return c != null ? hasSystemProperty(c.getSystemProperty(), sp) : false; 547 return c != null ? hasSystemProperty(c.getSystemProperty(), sp) : false; 551 return getSystemProperty(server.getSystemProperty(), spName); 556 return c != null ? getSystemProperty(c.getSystemProperty(), spName) : null; 561 return c != null ? getSystemProperty(c.getSystemProperty(), spName) : null; 565 return getSystemProperty(domai 577 private SystemProperty getSystemProperty(List<SystemProperty> ssps, String spName) { method in class:CombinedJavaConfigSystemPropertyListener [all...] |
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ |
H A D | CLICommand.java | 1095 protected String getSystemProperty(String name) { method in class:CLICommand
|
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ |
H A D | MQAddressList.java | 197 String agentsDirPath = getSystemProperty( 203 String installRootPath = getSystemProperty( 242 protected String getSystemProperty(String propertyName) method in class:MQAddressList
|