org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util
Class DynamicPropertyUpdateTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util.DynamicPropertyUpdateTask
All Implemented Interfaces:
java.lang.Runnable

public class DynamicPropertyUpdateTask
extends java.util.TimerTask

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
DynamicPropertyUpdateTask(SMSCollection collection)
          Update the collection dynamic properties for a collection.
 
Method Summary
 void run()
          
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicPropertyUpdateTask

public DynamicPropertyUpdateTask(SMSCollection collection)
Update the collection dynamic properties for a collection.

Parameters:
collection - the target collection.
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask