@Service public class CMPDeployerImpl extends Object implements org.glassfish.ejb.spi.CMPDeployer
| Constructor and Description |
|---|
CMPDeployerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean(org.glassfish.api.deployment.DeploymentContext ctx)
Integration point for cleanup on undeploy or failed deploy.
|
void |
deploy(org.glassfish.api.deployment.DeploymentContext ctx)
Generates the concrete impls for all CMPs in the application.
|
void |
unload(ClassLoader cl)
Integration point for application unload
|
public void deploy(org.glassfish.api.deployment.DeploymentContext ctx)
throws org.glassfish.deployment.common.DeploymentException
deploy in interface org.glassfish.ejb.spi.CMPDeployerorg.glassfish.deployment.common.DeploymentException - if this exception was thrown while generating concrete implspublic void clean(org.glassfish.api.deployment.DeploymentContext ctx)
clean in interface org.glassfish.ejb.spi.CMPDeployerpublic void unload(ClassLoader cl)
unload in interface org.glassfish.ejb.spi.CMPDeployerCopyright © 2017–2019 Eclipse Foundation. All rights reserved.