org.embl.ebi.escience.scuflworkers.inferno
Class InfernoProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.inferno.InfernoProcessorFactory
public class InfernoProcessorFactory
- extends ProcessorFactory
Holds the data required to create an SGS based processor
- Author:
- Tom Oinn
|
Method Summary |
java.lang.String |
getHost()
|
int |
getPort()
|
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 |
java.lang.String |
getService()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InfernoProcessorFactory
public InfernoProcessorFactory(java.lang.String host,
int port,
java.lang.String service)
getHost
public java.lang.String getHost()
getPort
public int getPort()
getService
public java.lang.String getService()
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