Class CMPDeployerImpl
java.lang.Object
com.sun.jdo.spi.persistence.support.ejb.codegen.CMPDeployerImpl
- All Implemented Interfaces:
org.glassfish.ejb.spi.CMPDeployer
Generates concrete impls for CMP beans in an archive.
- Since:
- JDK 1.4
- Author:
- Nazrul Islam
-
Field Summary
Fields inherited from interface org.glassfish.ejb.spi.CMPDeployer
MODULE_CLASSPATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean(org.glassfish.api.deployment.DeploymentContext ctx) Integration point for cleanup on undeploy or failed deploy.voiddeploy(org.glassfish.api.deployment.DeploymentContext ctx) Generates the concrete impls for all CMPs in the application.voidunload(ClassLoader cl) Integration point for application unload
-
Constructor Details
-
CMPDeployerImpl
public CMPDeployerImpl()
-
-
Method Details
-
deploy
public void deploy(org.glassfish.api.deployment.DeploymentContext ctx) throws org.glassfish.deployment.common.DeploymentException Generates the concrete impls for all CMPs in the application.- Specified by:
deployin interfaceorg.glassfish.ejb.spi.CMPDeployer- Throws:
org.glassfish.deployment.common.DeploymentException- if this exception was thrown while generating concrete impls
-
clean
public void clean(org.glassfish.api.deployment.DeploymentContext ctx) Integration point for cleanup on undeploy or failed deploy.- Specified by:
cleanin interfaceorg.glassfish.ejb.spi.CMPDeployer
-
unload
Integration point for application unload- Specified by:
unloadin interfaceorg.glassfish.ejb.spi.CMPDeployer
-