SCOMInterfaceFunctionClass-class {RDCOMServer}R Documentation

Server for know DCOM interface implemented with simple collection of functions.

Description

This class is an extension of COMInterfaceServerInfo-class meaning that it implements an existing and known DCOM interface. It also extends SCOMFunctionClass-class which means that it does NOT use a generator function to create the list of functions that implement the methods of the interface. Instead, the list of functions is provided as-is.

Objects from the Class

Objects can be created by calls of the form new("SCOMInterfaceFunctionClass", ...).

Slots

functions:
Object of class "list" a named list of functions which act as the methods of the DCOM server.
properties:
Object of class "character" a named list of values which act as the properties of the DCOM server.
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

Extends

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

Methods

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

Author(s)

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

References

http://www.omegahat.org/RDCOMServer

See Also

SCOMInterfaceEnvironmentClass-class

Examples






[Package RDCOMServer version 0.6-1 Index]