org.genepattern.client
Class MatlabGPClient

java.lang.Object
  extended byorg.genepattern.client.GPServer
      extended byorg.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 org.genepattern.client.GPServer
getTaskFileURL, runAnalysis, runVisualizer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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:8080
userName - The user name.
Throws:
WebServiceException - If an error occurs while connecting to the server
Method Detail

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


Hosted by docs.bugaco.com