FileDocCategorySizeDatePackage
DConfigBeanRootFactoryImpl.javaAPI DocGlassfish v2 API2759Fri May 04 22:34:28 BST 2007com.sun.enterprise.deployapi.config

DConfigBeanRootFactoryImpl

public class DConfigBeanRootFactoryImpl extends Object
This factory class is responsible for creating DConfigBeanRoot instances
author
Jerome Dochez

Fields Summary
Constructors Summary
private DConfigBeanRootFactoryImpl()
Creates a new instance of DConfigBeanRootFactory

    
Methods Summary
public static javax.enterprise.deploy.spi.DConfigBeanRootgetDConfigBeanRootForType(javax.enterprise.deploy.shared.ModuleType moduleType)

return
the right DConfigBeanRoot implementation depending on the passed module type
param
the module type
return
the correspondind DConfigBeanRoot instance

        if (moduleType==null) {
            return null;
        } 
        return null;