org.gcube.dir.master.tasks
Class SelfStager

java.lang.Object
  extended by 
      extended by org.gcube.dir.master.tasks.SelfStager

public class SelfStager
extends

Monitors the IS for collections with a full-text index which are not yet or no longer associated with the handled CollectionSet.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
SelfStager(CollectionSet coll)
          Creates a new instance associated with a given collection set.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfStager

public SelfStager(CollectionSet coll)
Creates a new instance associated with a given collection set.

Parameters:
coll - the collection set.
Method Detail

run

public void run()
         throws java.lang.Exception

Throws:
java.lang.Exception