uk.ac.soton.ecs.grimoires.server.store
Class SaveModelInFile

java.lang.Object
  extended byjava.util.TimerTask
      extended byuk.ac.soton.ecs.grimoires.server.store.SaveModelInFile
All Implemented Interfaces:
Runnable

public class SaveModelInFile
extends TimerTask


Constructor Summary
SaveModelInFile(com.hp.hpl.jena.rdf.model.Model m, String fileName)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveModelInFile

public SaveModelInFile(com.hp.hpl.jena.rdf.model.Model m,
                       String fileName)
Method Detail

run

public void run()