ome.services.scripts
Class MakeMovieJob

java.lang.Object
  extended by ome.services.scripts.ScriptUploader
      extended by ome.services.scripts.MakeMovieJob

public class MakeMovieJob
extends ScriptUploader

Start-up task which guarantees that lib/python/makemovie.py is added as a script to the server.

Since:
Beta4.1

Field Summary
 
Fields inherited from class ome.services.scripts.ScriptUploader
log
 
Constructor Summary
MakeMovieJob(Principal principal, Executor executor, File source)
           
MakeMovieJob(String uuid, Executor executor)
           
MakeMovieJob(String uuid, Executor executor, File source)
           
 
Method Summary
 String getName()
          Subclasses should override to return the name of the file under scripts/ which should be uploaded.
 
Methods inherited from class ome.services.scripts.ScriptUploader
createJob, createScript, init, loadScripts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeMovieJob

public MakeMovieJob(String uuid,
                    Executor executor)

MakeMovieJob

public MakeMovieJob(String uuid,
                    Executor executor,
                    File source)

MakeMovieJob

public MakeMovieJob(Principal principal,
                    Executor executor,
                    File source)
Method Detail

getName

public String getName()
Description copied from class: ScriptUploader
Subclasses should override to return the name of the file under scripts/ which should be uploaded.

Specified by:
getName in class ScriptUploader


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.