Searched defs:setLoggingProperty (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/ |
H A D | LoggingConfig.java | 62 String setLoggingProperty(String propertyName, String propertyValue) throws IOException; method in interface:LoggingConfig 68 String setLoggingProperty(String propertyName, String propertyValue, String targetServer) throws IOException; method in interface:LoggingConfig
|
H A D | LoggingConfigImpl.java | 199 * setLoggingProperty() sets an existing propertyName to be propertyValue 207 public String setLoggingProperty(String propertyName, String propertyValue) throws IOException { method in class:LoggingConfigImpl 231 * setLoggingProperty() sets an existing propertyName to be propertyValue 239 public String setLoggingProperty(String propertyName, String propertyValue, String targetConfigName) throws IOException { method in class:LoggingConfigImpl
|
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/ |
H A D | Config.java | 143 public String setLoggingProperty(String param1, String param2); method in interface:Config
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | Config.java | 535 String setLoggingProperty(String property, String value); method in interface:Config 556 public static String setLoggingProperty(Config c, String property, String value){ method in class:Config.Duck 564 prop= loggingConfig.setLoggingProperty(property, value);
|
Completed in 16 milliseconds