org.embl.ebi.escience.scuflworkers.rserv
Class RservProcessorFactory

java.lang.Object
  extended by org.embl.ebi.escience.scuflworkers.ProcessorFactory
      extended by org.embl.ebi.escience.scuflworkers.rserv.RservProcessorFactory

public class RservProcessorFactory
extends ProcessorFactory

Implementation of ProcessorFactory that creates Rserv nodes

Author:
Stian Soiland

Constructor Summary
RservProcessorFactory()
           
RservProcessorFactory(RservProcessor prot)
           
 
Method Summary
 java.lang.Class getProcessorClass()
          Return the Class object describing the processor this factory would build
 java.lang.String getProcessorDescription()
          Describe the processor that would be created by this factory were the createProcessor method invoked
 RservProcessor getPrototype()
           
 
Methods inherited from class org.embl.ebi.escience.scuflworkers.ProcessorFactory
createProcessor, getDescription, getName, getXMLFragment, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RservProcessorFactory

public RservProcessorFactory()

RservProcessorFactory

public RservProcessorFactory(RservProcessor prot)
Method Detail

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