FileDocCategorySizeDatePackage
PEDeploymentFactory.javaAPI DocGlassfish v2 API3372Fri May 04 22:34:40 BST 2007com.sun.enterprise.deployment.pluggable

PEDeploymentFactory

public class PEDeploymentFactory extends Object implements DeploymentFactory
Pluggable feature factory for PE deployment.
author
Nazrul Islam

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.admin.event.DeployEventListenerHelpercreateDeployEventListenerHelper()

return
Returns the appropriate implementation for DeployEventListenerHelper

        return new PEDeployEventListenerHelper();
    
public com.sun.enterprise.deployment.phasing.DeploymentServicecreateDeploymentService(com.sun.enterprise.config.ConfigContext configContext)

return
Returns the appropriate implementation for DeploymentService
param
configContext config context object

        return new PEDeploymentService(configContext);
    
public com.sun.enterprise.deployment.phasing.DeploymentTargetFactorycreateDeploymentTargetFactory()

return
Returns the appropriate implementation for DeploymentTargetFactory

        return new DeploymentTargetFactoryPEImpl();