|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflworkers.ProcessorFactory
org.biomoby.client.taverna.plugin.BiomobyProcessorFactory
public class BiomobyProcessorFactory
Implementation of ProcessorFactory that creates BiomobyProcessor nodes.
| Constructor Summary | |
|---|---|
BiomobyProcessorFactory(java.lang.String mobyEndpoint,
java.lang.String authorityName,
java.lang.String serviceName)
Create a new factory configured with the specified endpoint base and application name, which will be concatenated to produce the endpoint URL. |
|
BiomobyProcessorFactory(java.lang.String registry_url,
java.lang.String registry_uri,
java.lang.String authorityName,
java.lang.String serviceName)
Create a new factory configured with the specified endpoint base and application name, which will be concatenated to produce the endpoint URL. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthorityName()
|
java.lang.String |
getMobyEndpoint()
|
java.lang.String |
getMobyURI()
|
java.lang.Class |
getProcessorClass()
Return the Class object for processors that would be created by this factory |
java.lang.String |
getProcessorDescription()
Return a textual description of the factory |
java.lang.String |
getServiceName()
|
boolean |
isAlive()
|
void |
setAlive(boolean isAlive)
|
| 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 |
|---|
public BiomobyProcessorFactory(java.lang.String mobyEndpoint,
java.lang.String authorityName,
java.lang.String serviceName)
mobyEndpoint - the registry endpoint.authorityName - the service providers' authorityserviceName - the name of the service
public BiomobyProcessorFactory(java.lang.String registry_url,
java.lang.String registry_uri,
java.lang.String authorityName,
java.lang.String serviceName)
registry_url - the registry endpoint.registry_uri - the registry namespace.authorityName - the service providers' authorityserviceName - the name of the service| Method Detail |
|---|
public java.lang.String getMobyEndpoint()
public java.lang.String getMobyURI()
public java.lang.String getServiceName()
public java.lang.String getAuthorityName()
public java.lang.String getProcessorDescription()
getProcessorDescription in class ProcessorFactorypublic java.lang.Class getProcessorClass()
getProcessorClass in class ProcessorFactorypublic boolean isAlive()
public void setAlive(boolean isAlive)
isAlive - the isAlive to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||