Class CMPProcessor
java.lang.Object
com.sun.jdo.spi.persistence.support.ejb.ejbc.CMPProcessor
If the application contains cmp 2.x beans process them. Check if
tables have to created or dropped depending on where we are called
in a deploy/undeploy case.
- Author:
- pramodg
-
Constructor Summary
ConstructorsConstructorDescriptionCMPProcessor(org.glassfish.api.deployment.DeploymentContext ctx) Creates a new instance of CMPProcessor -
Method Summary
-
Constructor Details
-
CMPProcessor
public CMPProcessor(org.glassfish.api.deployment.DeploymentContext ctx) Creates a new instance of CMPProcessor- Parameters:
ctx- the deployment context object.
-
-
Method Details
-
process
public void process()Create and execute the files. -
clean
public void clean()Drop files on undeploy
-