FileDocCategorySizeDatePackage
AppserverConfigEnvironmentFactory.javaAPI DocGlassfish v2 API1782Sat Dec 24 18:47:56 GMT 2005com.sun.enterprise.config.serverbeans

AppserverConfigEnvironmentFactory

public class AppserverConfigEnvironmentFactory extends com.sun.enterprise.config.pluggable.EnvironmentFactory
provides a implementation of factory. Users can extend this class and implement required methods and set their class in environment variable ENVIRONMENT_FACTORY_CLASS. The statis create method in this class reads the variable and instantiates the class. Note that the implemented factory needs a no arg constructor
author
sridatta

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.config.pluggable.ConfigEnvironmentgetConfigEnvironment()

        ConfigEnvironment ce = new ConfigEnvironmentImpl();
        ce.setConfigBeanInterceptor(new ServerBeanInterceptor());
        return ce;