Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

RestoreStatsCacheJobNode.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;
3 5
import org.apache.commons.lang.StringUtils;
4 6
import org.apache.commons.logging.Log;
5 7
import org.apache.commons.logging.LogFactory;
6 8

  
7
import com.googlecode.sarasvati.NodeToken;
8

  
9
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
10

  
11 9
/**
12 10
 * Ask the StatsManagerService to restore the cache of the portal specified by the additional BB parameter
13 11
 * <code>StatsManagerServiceBBAction.RESTORE_CACHE.getTargetPortalParamName()</code> to the last available backup.
14 12
 * <p>
15 13
 * To create a backup you must send a "backup" BB message.
16 14
 * </p>
17
 * 
15
 *
16
 * @author alessia
18 17
 * @see eu.dnetlib.msro.openaireplus.workflows.nodes.stats.BackupStatsCacheJobNode
19
 * @author alessia
20
 * 
21 18
 */
22 19
public class RestoreStatsCacheJobNode extends AbstractStatsJobNode {
23 20

  

Also available in: Unified diff