com.sun.jdo.spi.persistence.support.ejb.ejbc
Class CMPProcessor

java.lang.Object
  extended by com.sun.jdo.spi.persistence.support.ejb.ejbc.CMPProcessor

public class CMPProcessor
extends Object

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
CMPProcessor(DeploymentContext ctx)
          Creates a new instance of CMPProcessor
 
Method Summary
 void clean()
          Drop files on undeploy
 void process()
          Create and execute the files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPProcessor

public CMPProcessor(DeploymentContext ctx)
Creates a new instance of CMPProcessor

Parameters:
ctx - the deployment context object.
Method Detail

process

public void process()
Create and execute the files.


clean

public void clean()
Drop files on undeploy



Copyright © 2012 GlassFish Community. All Rights Reserved.