@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 CMPDeployer
DeploymentException
- if this exception was thrown while generating concrete implspublic void clean(DeploymentContext ctx)
clean
in interface CMPDeployer
public void unload(ClassLoader cl)
unload
in interface CMPDeployer
Copyright © 2020. All rights reserved.