|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.genepattern.webservice.AnalysisService
Holds a TaskInfo object and the server on which the task is located.
| Constructor Summary | |
AnalysisService(java.lang.String server,
TaskInfo task)
Creates a new AnalysisService instance |
|
| Method Summary | |
java.lang.String |
getLsid()
Gets the LSID for this AnalysisService instance |
java.lang.String |
getName()
Gets the name of this AnalysisService instance |
java.lang.String |
getServer()
Gets the server on which this AnalysisService instance is located. |
TaskInfo |
getTaskInfo()
Gets the TaskInfo object for this AnalysisService instance |
java.lang.String |
toString()
Returns a string representation of this AnalysisService instance |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AnalysisService(java.lang.String server,
TaskInfo task)
server - the server, for example http://127.0.0.1:8080task - the task info object for the service| Method Detail |
public java.lang.String toString()
public java.lang.String getServer()
public java.lang.String getLsid()
public java.lang.String getName()
public TaskInfo getTaskInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||