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

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


        return new InvocationContextImpl(context.getMyself(), remoteEntity);
    }

    public void debug(WorkflowTrackingContext context, String... descriptionAndAnnotation) {
        LogDebugDocument logMsg = LogDebugDocument.Factory.newInstance();

        // add timestamp and notification source; add description, and
        // annotation if present
        sendNotification(context, logMsg, descriptionAndAnnotation, null);
    }
View Full Code Here

TOP

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

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.