com.sun.enterprise.config.serverbeans
Class Config.Duck
java.lang.Object
com.sun.enterprise.config.serverbeans.Config.Duck
- Enclosing interface:
- Config
public static class Config.Duck
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config.Duck
public Config.Duck()
setLoggingProperty
public static String setLoggingProperty(Config c,
String property,
String value)
getLoggingProperties
public static Map<String,String> getLoggingProperties(Config c)
updateLoggingProperties
public static Map<String,String> updateLoggingProperties(Config c,
Map<String,String> properties)
getExtensionByType
public static <T extends ConfigExtension> T getExtensionByType(Config c,
Class<T> type)
getAdminListener
public static com.sun.grizzly.config.dom.NetworkListener getAdminListener(Config c)
Copyright © 2012 GlassFish Community. All Rights Reserved.