org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers
Class FullTextIndexResourceHandler

java.lang.Object
  extended by org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers.MonitoredResourceHandler
      extended by org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers.FullTextIndexResourceHandler

public class FullTextIndexResourceHandler
extends MonitoredResourceHandler

Author:
Spyros Boutsis, NKUA

Constructor Summary
FullTextIndexResourceHandler()
           
 
Method Summary
 MonitoredResource getMonitoredResource()
           
 void initialize(java.lang.Object params)
           
 void onMonitoredResourceModified(ResourceModificationList modifications)
           
 
Methods inherited from class org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers.MonitoredResourceHandler
getCollectionID, getIndexID, getTransformationXSLTID, getTypeOfIndex, load, store
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTextIndexResourceHandler

public FullTextIndexResourceHandler()
Method Detail

initialize

public void initialize(java.lang.Object params)
                throws java.lang.Exception
Specified by:
initialize in class MonitoredResourceHandler
Throws:
java.lang.Exception

getMonitoredResource

public MonitoredResource getMonitoredResource()
Specified by:
getMonitoredResource in class MonitoredResourceHandler

onMonitoredResourceModified

public void onMonitoredResourceModified(ResourceModificationList modifications)
Specified by:
onMonitoredResourceModified in class MonitoredResourceHandler