Project

General

Profile

« Previous | Next » 

Revision eeedb131

Added by Cherian Mathew over 8 years ago

#5297 Make result, feedback objects in remoting monitor serializable, Update test service with monitor feedback

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ITestService.java
9 9
*/
10 10
package eu.etaxonomy.cdm.api.service;
11 11

  
12
import java.util.List;
12 13
import java.util.UUID;
13 14

  
14 15
import eu.etaxonomy.cdm.api.service.dto.CdmEntityIdentifier;
......
38 39
     * @param monitor
39 40
     * @return
40 41
     */
41
    public String longRunningMethod(IRemotingProgressMonitor monitor, RuntimeException ex);
42
    public String longRunningMethod(IRemotingProgressMonitor monitor, RuntimeException ex, List<String> feedbacks);
42 43

  
43 44

  
44 45
    /**
45 46
     * @return
46 47
     */
47
    public UUID monitLongRunningMethod(RuntimeException ex);
48
    public UUID monitLongRunningMethod(RuntimeException ex, List<String> feedbacks);
48 49

  
49 50

  
50 51

  

Also available in: Unified diff