getServerDetails: Get/Set the S object associated with a DCOM server instance

View source: R/create.S

getServerDetailsR Documentation

Get/Set the S object associated with a DCOM server instance

Description

These functions allows us to retrieve or set the R object that is created to manage an R DCOM server instance. This object provides access to the methods and properties made available by the server and also its proxy functions and method identifiers which manage the invocation of the methods and interface to DCOM clients that access the server.

This is mainly used as a debugging device to understand what has been created by the lower-level machinery that creates the DCOM server instances. However, this reflection can be used in various settings.

Usage

getServerDetails(obj)

Arguments

obj

the DCOM server, an object of class RDCOMServer.

Value

Currently an "arbitrary" R object, i.e. using old-style classes.

Author(s)

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

References

http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry

See Also

createCOMObject


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