Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

MigrateStatsCacheJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.stats;
2 2

  
3
import com.googlecode.sarasvati.NodeToken;
4
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
5
import eu.dnetlib.msro.rmi.MSROException;
3 6
import org.apache.commons.lang.StringUtils;
4 7
import org.apache.commons.logging.Log;
5 8
import org.apache.commons.logging.LogFactory;
6 9

  
7
import com.googlecode.sarasvati.NodeToken;
8

  
9
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
10
import eu.dnetlib.msro.rmi.MSROException;
11

  
12 10
/**
13 11
 * Ask the StatsManagerService to copy a cache of a portal to another portal cache.
14 12
 * <p>
......
17 15
 * <p>
18 16
 * The target portal is specified in the BB parameter <code>StatsManagerServiceBBAction.MIGRATE_CACHE.getTargetPortalParamName()</code>
19 17
 * </p>
20
 * 
18
 *
21 19
 * @author alessia
22
 * 
23 20
 */
24 21
public class MigrateStatsCacheJobNode extends AbstractStatsJobNode {
25 22

  
......
43 40
		}
44 41

  
45 42
	}
46
	
43

  
47 44
	public String getSourcePortal() {
48 45
		return sourcePortal;
49 46
	}

Also available in: Unified diff