org.embl.ebi.escience.scuflworkers.rserv
Class RservProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.rserv.RservProcessorFactory
public class RservProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that creates Rserv nodes
- Author:
- Stian Soiland
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RservProcessorFactory
public RservProcessorFactory()
RservProcessorFactory
public RservProcessorFactory(RservProcessor prot)
getPrototype
public RservProcessor getPrototype()
getProcessorDescription
public java.lang.String getProcessorDescription()
- Description copied from class:
ProcessorFactory
- Describe the processor that would be created by this factory were the
createProcessor method invoked
- Specified by:
getProcessorDescription in class ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Description copied from class:
ProcessorFactory
- Return the Class object describing the processor this factory would build
- Specified by:
getProcessorClass in class ProcessorFactory