Package org.apache.airavata.workflow.tracking.impl

Examples of org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl


    public static GenericNotifier createGenericNotifier() {
        return new GenericNotifierImpl();
    }

    public static WorkflowNotifier createWorkflowNotifier() {
        return new ProvenanceNotifierImpl();
    }
View Full Code Here


    public static WorkflowNotifier createWorkflowNotifier() {
        return new ProvenanceNotifierImpl();
    }

    public static ServiceNotifier createServiceNotifier() {
        return new ProvenanceNotifierImpl();
    }
View Full Code Here

    public static ServiceNotifier createServiceNotifier() {
        return new ProvenanceNotifierImpl();
    }

    public static ProvenanceNotifier createProvenanceNotifier() {
        return new ProvenanceNotifierImpl();
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.workflow.tracking.impl.ProvenanceNotifierImpl

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.