SCOMInterfaceEnvironmentClass-class {RDCOMServer}R Documentation

Class implementing a known DCOM interface using a generator function to obtain the methods list.

Description

This class is an extension of COMInterfaceServerInfo-class meaning that it implements an existing and known DCOM interface. It also extends SCOMEnvironmentClass-class which means that it uses a generator function to create the list of functions that implement the methods of the interface. The generator function allows the methods list to use a common environment to share mutable variables across calls.

Objects from the Class

Slots

ids:
Object of class "numeric" inherited from SCOMClass-class
name:
Object of class "character" inherited from SCOMClass-class
version:
Object of class "character" inherited from SCOMClass-class
classId:
Object of class "Ruuid" inherited from SCOMClass-class
progId:
Object of class "Ruuid" inherited from SCOMClass-class
help:
Object of class "character" inherited from SCOMClass-class
guids:
Object of class "character" inherited from SCOMClass-class
generator:
Object of class "function" inherited from SCOMEnvironmentClass-class

Extends

Class "COMInterfaceServerInfo", directly. Class "SCOMEnvironmentClass", directly. Class "SCOMClass", by class "COMInterfaceServerInfo". Class "SCOMClass", by class "SCOMEnvironmentClass".

Methods

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

Author(s)

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

References

http://www.omegahat.org/RDCOMServer

See Also

SCOMClass-class

Examples






[Package RDCOMServer version 0.6-1 Index]