uk.ac.ncl.cs.instantsoap.job.impl
Class FileJobFactory

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.job.impl.FileJobFactory
All Implemented Interfaces:
JobFactory

public class FileJobFactory
extends Object
implements JobFactory

Created by IntelliJ IDEA. User: louis Date: 09-Nov-2006 Time: 17:56:43 To change this template use File | Settings | File Templates.


Constructor Summary
FileJobFactory(String directory)
           
 
Method Summary
 Job newJob()
          Create a brand new job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileJobFactory

public FileJobFactory(String directory)
Method Detail

newJob

public Job newJob()
Description copied from interface: JobFactory
Create a brand new job.

Specified by:
newJob in interface JobFactory
Returns:
a new Job instance


Copyright © 2006-2008. All Rights Reserved.