de.tum.binfo.jdrm
Class Executor

java.lang.Object
  extended byde.tum.binfo.jdrm.Executor
All Implemented Interfaces:
java.io.Serializable

public class Executor
extends java.lang.Object
implements java.io.Serializable

Author:
Thorsten Schmidt
See Also:
Serialized Form

Constructor Summary
Executor()
           
 
Method Summary
static void executeJobTemplate(java.lang.String filename)
           
static void main(java.lang.String[] args)
          Loads object-file given as argument
calls the run-method (here should the real work be done)
finally the full object is store to disk again
static JobTemplate readObjectFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executor

public Executor()
Method Detail

readObjectFile

public static JobTemplate readObjectFile(java.lang.String filename)

executeJobTemplate

public static void executeJobTemplate(java.lang.String filename)

main

public static void main(java.lang.String[] args)
Loads object-file given as argument
calls the run-method (here should the real work be done)
finally the full object is store to disk again

Parameters:
args -


Copyright (c) 2004 Technische Universitaet Muenchen, Schmidt Thorsten