FileDocCategorySizeDatePackage
DeploymentFactory.javaAPI DocGlassfish v2 API2557Fri May 04 22:34:36 BST 2007com.sun.enterprise.deployment.interfaces

DeploymentFactory

public interface DeploymentFactory
This interface defines the pluggability layers inside the deployment backend.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public ClientJarMakergetClientJarMaker(java.util.Properties props)
hook for creating appclient container jar files.

param
props is a properties collection to pass implementation dependent parameters from the the requester and the implementation
return
an implementation of the @see ClientJarMaker interface