FileDocCategorySizeDatePackage
DeployEventListenerHelper.javaAPI DocGlassfish v2 API3021Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

DeployEventListenerHelper

public abstract class DeployEventListenerHelper extends Object
Managed the synchronization functionalities needed
author
deployment dev team

Fields Summary
Constructors Summary
Methods Summary
public static com.sun.enterprise.admin.event.DeployEventListenerHelpergetDeployEventListenerHelper()
We should revisit this to make sure this will work in multi-threaded environment, i.e. concurrent deployment.


        PluggableFeatureFactory featureFactory =
            ApplicationServer.getServerContext().getPluggableFeatureFactory();
        DeploymentFactory dFactory = featureFactory.getDeploymentFactory();
        DeployEventListenerHelper helper = 
                dFactory.createDeployEventListenerHelper();
        return helper;
    
public abstract voidsynchronize(BaseDeployEvent event)
Synchronize the application