Package com.sun.jdo.spi.persistence.support.ejb.ejbc

Examples of com.sun.jdo.spi.persistence.support.ejb.ejbc.CMPProcessor.clean()


    /**
     * Integration point for cleanup on undeploy or failed deploy.
     */
    public void clean(DeploymentContext ctx) {
        CMPProcessor processor = new CMPProcessor(ctx);
        processor.clean();
    }
       
    /**
     * Integration point for application unload
     */
 
View Full Code Here


    /**
     * Integration point for cleanup on undeploy or failed deploy.
     */
    public void clean(DeploymentContext ctx) {
        CMPProcessor processor = new CMPProcessor(ctx);
        processor.clean();
    }
       
    /**
     * Integration point for application unload
     */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.