Package com.sun.enterprise.deployment.phasing

Examples of com.sun.enterprise.deployment.phasing.J2EECPhase


        //the admin event framework take care of not sending the events?
        //Note that we could potentially remove the manipulation of the phase list
        //if the admin event is not sent when dynamic-reconfig is false.  It is not
        //the case right now.

        J2EECPhase j2eec = new J2EECPhase(deploymentContext);
        AssociationPhase associate = new AssociationPhase(deploymentContext);

        //phase list: j2eec, associate
        //if dynamic-reconfig is turned off
        List deployPhaseList = new ArrayList();
View Full Code Here

TOP

Related Classes of com.sun.enterprise.deployment.phasing.J2EECPhase

Copyright © 2018 www.massapicom. 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.