Package org.apache.ode.bpel.evt

Examples of org.apache.ode.bpel.evt.ActivityDisabledEvent


     * @param activity
     */
    protected void dpe(OActivity activity) {
        dpe(activity.sourceLinks);
        dpe(activity.outgoingLinks);
        sendEvent(new ActivityDisabledEvent());
        // TODO: register listeners for target / incoming links
    }
View Full Code Here

TOP

Related Classes of org.apache.ode.bpel.evt.ActivityDisabledEvent

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.