org.embl.ebi.escience.scuflworkers.java
Class LocalServiceProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.java.LocalServiceProcessorFactory
public class LocalServiceProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that can create LocalServiceProcessor
instances
- Author:
- Tom Oinn
|
Constructor Summary |
LocalServiceProcessorFactory(java.lang.String workerClassName,
java.lang.String descriptiveName)
Create a new factory configured with the specified worker class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalServiceProcessorFactory
public LocalServiceProcessorFactory(java.lang.String workerClassName,
java.lang.String descriptiveName)
- Create a new factory configured with the specified worker class.
getWorkerClassName
public java.lang.String getWorkerClassName()
getProcessorDescription
public java.lang.String getProcessorDescription()
- A description of the factory
- Specified by:
getProcessorDescription in class ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Return the Class object for the processors that this factory creates
- Specified by:
getProcessorClass in class ProcessorFactory
setCategory
public void setCategory(java.lang.String category)
getCategory
public java.lang.String getCategory()