FileDocCategorySizeDatePackage
PEPluggableFeatureImpl.javaAPI DocGlassfish v2 API2988Fri May 04 22:35:50 BST 2007com.sun.enterprise.server.pluggable

PEPluggableFeatureImpl

public class PEPluggableFeatureImpl extends TomcatPluggableFeatureImpl
Properties that define implementation classes for pluggable features used for the PE (Platform Edition) version of S1AS. An instance of this class should be passed to getInstance() method of PluggableFeatureFactoryImpl to create and have access to pluggable features.

Fields Summary
Constructors Summary
public PEPluggableFeatureImpl()
Default constructor.

        // Enable Quick startup. So we need to change the service list.
        featureImplClasses.setProperty(Utils.getNQClassName(ASLazyKernel.class),
	    "com.sun.enterprise.server.ss.ASLazyKernel");
        featureImplClasses.setProperty(Utils.getNQClassName(TransactionRecovery.class),
	    "com.sun.enterprise.server.TransactionRecoveryServicePEImpl");
    
    
        super();
    
Methods Summary