A class providing access to the RedeR application.
A类提供访问瑞德应用。
插槽----------Slots----------
title: The name of the XML-RPC port.
title:XML-RPC的端口的名称。
uri: The uri to the XML-RPC server.
uri:XML-RPC服务器的URI。
port: The port number to the XML-RPC server.
port:XML-RPC服务器的端口号。
jclass: The RedeR Java class that should wrap up R graphics.
jclass:瑞德Java类,应该换了研发的图形。
方法----------Methods----------
Details
详情----------Details----------
RedPort methods invoke RedeR application via XML-RPC (remote procedure call) server. For each R method listed above there is a Java mirror that executes a callback procedure. Therefore, the Java callback engine must be initialized before any callback from RedeR (i.e. start the Java application).
RedPort方法调用瑞德应用通过XML-RPC(远程过程调用)服务器。对于上面有列出每个R方法是一个Java的一面镜子,执行一个回调过程。因此,Java回调引擎的瑞德(即启动Java应用程序)的任何回调之前必须初始化。
作者(S)----------Author(s)----------
Mauro Castro
参见----------See Also----------
RedPort
RedPort
举例----------Examples----------
# Creates a RedeR object by calling the constructor[创建瑞德对象调用构造函数1]
rdp <- RedPort('MyPort')