com.sun.enterprise.config.serverbeans
Class Config.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.Config.Duck
Enclosing interface:
Config

public static class Config.Duck
extends Object


Constructor Summary
Config.Duck()
           
 
Method Summary
static com.sun.grizzly.config.dom.NetworkListener getAdminListener(Config c)
           
static
<T extends ConfigExtension>
T
getExtensionByType(Config c, Class<T> type)
           
static Map<String,String> getLoggingProperties(Config c)
           
static String setLoggingProperty(Config c, String property, String value)
           
static Map<String,String> updateLoggingProperties(Config c, Map<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config.Duck

public Config.Duck()
Method Detail

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.