org.genepattern.client
Class MatlabGPClient
java.lang.Object
org.genepattern.client.GPServer
org.genepattern.client.MatlabGPClient
- public class MatlabGPClient
- extends GPServer
This class is used to communicate with a GenePattern server.
|
Constructor Summary |
MatlabGPClient(java.lang.String server,
java.lang.String userName)
Creates a new MatlabGPClient instance. |
|
Method Summary |
java.util.Map |
getLatestServices()
Contacts this GenePattern server and retrieves a map of task ids to
analysis services |
java.util.Map |
getServices()
Contacts this GenePattern server and retrieves a map of task ids to
analysis services |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatlabGPClient
public MatlabGPClient(java.lang.String server,
java.lang.String userName)
throws WebServiceException
- Creates a new MatlabGPClient instance.
- Parameters:
server - The server, for example http://127.0.0.1:8080userName - The user name.
- Throws:
WebServiceException - If an error occurs while connecting to the server
getLatestServices
public java.util.Map getLatestServices()
throws WebServiceException
- Contacts this GenePattern server and retrieves a map of task ids to
analysis services
- Returns:
- the service map
- Throws:
WebServiceException
getServices
public java.util.Map getServices()
throws WebServiceException
- Contacts this GenePattern server and retrieves a map of task ids to
analysis services
- Returns:
- the service map
- Throws:
WebServiceException
|
|