RDCOMServer-class: R class to represent an instance of an R-based DCOM server.

RDCOMServer-classR Documentation

R class to represent an instance of an R-based DCOM server.

Description

This class represents the running instance of the R-implemented DCOM server. It differs from the description class the describe a server in that this refers to the instance. The instance is a C++-level object and this RDCOMServer class contains a handle to that object.

Objects from the Class

Objects of this class are not instantiated directly but rather via calls to functions such as createCOMObject and indirectly when an external client application requests a new instance of a DCOM object that is implemented in R. This uses the registration mechanism to store an R DCOM server description in the Windows registry. More direct methods such as createCOMObject are used when creating event handlers, and not relying on queries from other applications.

Slots

ref:

Object of class "externalptr". This stores the reference to the C++-level object.

Methods

No methods defined with class "RDCOMServer" in the signature.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMServer

See Also

createCOMObject


omegahat/RDCOMServer documentation built on July 17, 2022, 7:25 p.m.