Uses of Class
org.math.R.RserverConf
-
-
Uses of RserverConf in org.math.R
Fields in org.math.R declared as RserverConf Modifier and Type Field Description RserverConfRserveSession. RserveConfMethods in org.math.R that return RserverConf Modifier and Type Method Description static RserverConfRserverConf. parse(String RURL)Methods in org.math.R with parameters of type RserverConf Modifier and Type Method Description static RserveSessionRserveSession. newInstanceTry(PrintStream pconsole, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newInstanceTry(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newRemoteInstance(PrintStream pconsole, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newRemoteInstance(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadConstructors in org.math.R with parameters of type RserverConf Constructor Description RserveDaemon(RserverConf conf, RLog log)RserveDaemon(RserverConf conf, RLog log, String R_HOME)RserveSession(PrintStream p, Properties properties, RserverConf serverconf)create rsession using System as a loggerRserveSession(RLog console, Properties properties, RserverConf serverconf)create a new Rsession.
-