Package org.apache.airavata.workflow.tracking.types

Examples of org.apache.airavata.workflow.tracking.types.ServiceTerminatedDocument


     * {@inheritDoc}
     *
     */
    public void serviceTerminated(WorkflowTrackingContext context, URI serviceID, String... descriptionAndAnnotation) {

        ServiceTerminatedDocument activity = ServiceTerminatedDocument.Factory.newInstance();
        activity.addNewServiceTerminated();
        sendNotification(context, activity, descriptionAndAnnotation,
                "[Service is terminated; cannot be invoked anymore]");
    }
View Full Code Here


     * {@inheritDoc}
     *
     */
    public void serviceTerminated(WorkflowTrackingContext context, URI serviceID, String... descriptionAndAnnotation) {

        ServiceTerminatedDocument activity = ServiceTerminatedDocument.Factory.newInstance();
        activity.addNewServiceTerminated();
        sendNotification(context, activity, descriptionAndAnnotation,
                "[Service is terminated; cannot be invoked anymore]");
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.workflow.tracking.types.ServiceTerminatedDocument

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.