Package org.jitterbit.integration.activity.serverapi.progress

Examples of org.jitterbit.integration.activity.serverapi.progress.OperationProgressRequest


        this.provider = provider;
        snapshotUi = new ProgressSnapshotUi();
    }

    public void update(long opInstanceId) {
        OperationProgressRequest request = new OperationProgressRequest();
        request.opInstanceId = opInstanceId;
        provider.getOperationProgress(request, new RefreshCallback());
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.activity.serverapi.progress.OperationProgressRequest

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.