ru.biosoft.plugins.jri.server
Class RService

java.lang.Object
  extended by ru.biosoft.server.ServiceSupport
      extended by ru.biosoft.plugins.jri.server.RService
All Implemented Interfaces:
ru.biosoft.server.Service

public class RService
extends ru.biosoft.server.ServiceSupport

Special service to work with R on BioUML server


Field Summary
 
Fields inherited from class ru.biosoft.server.ServiceSupport
REPOSITORY, sdf
 
Constructor Summary
RService()
           
 
Method Summary
 void processRequest(java.lang.Integer command, java.util.Map data, ru.biosoft.server.Response out)
          Process request
 
Methods inherited from class ru.biosoft.server.ServiceSupport
getDataCollection, getSessionArguments, getSessionConnection, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RService

public RService()
Method Detail

processRequest

public void processRequest(java.lang.Integer command,
                           java.util.Map data,
                           ru.biosoft.server.Response out)
Description copied from interface: ru.biosoft.server.Service
Process request

Specified by:
processRequest in interface ru.biosoft.server.Service
Overrides:
processRequest in class ru.biosoft.server.ServiceSupport
Parameters:
command - - command id
data - - send arguments
out - - special output stream wrapper


Copyright © 2001-2009 Biosof.Ru. All Rights Reserved.