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