| .Corba |
Invoke operation on CORBA server from R. |
| .CorbaServer |
Create a CORBA server with a particular IDL type and local R data. |
| addCorbaConverter |
Register an R function or C++ routine to convert between R and CORBA/IDL type. |
| baseMatrixHandlerGenerator |
Converter for R matrix to CORBA/IDL matrix |
| checkCorbaObjectExists |
Determines whether a give name exists is registered in the CORBA naming service. |
| connectEventChannel |
Creates reference to CORBA event channel |
| corbaCommandLineArgs |
Creates command line arguments suitable for initializing ORB and BOA. |
| CORBAinit |
Initialize the connection to the CORBA ORB and BOA and internal library variables. |
| CorbaOpMode |
Symbolic constants defining Operation Invocation Modes |
| corbaServices |
Default CORBA services offered by the CORBA implementation. |
| corbaTypeCode |
Named list of CORBA codes identifying object types to translate between C++ and R. |
| corbaTypeCodeNames |
Names of basic CORBA types indexed by `corbaTypeCode' to facilitate representation in R from C++. |
| createNamingContext |
Create a new CORBA naming context within the naming service. |
| deferredRequestList |
Obtain the contents of the requests that are being performed in the background, grouped by a particular name. |
| eventChannel |
Create a new event channel. |
| getCorbaConverters |
Retrieve a list of the functions/routines registered to convert between R and CORBA/IDL types. |
| getEvent |
Attempt to read an object from a CORBA event channel. |
| getIRContainerContents |
Retrieve the contents of an element of the Interface Repository. |
getRequestServer |
Retrieve CORBA Server associated with deferred task. See also Distributed Task Management in R/S |
| getRequestStatus |
Query whether a background CORBA operation has completed or not. |
| getRequestValue |
Retrieve the value of a background CORBA operation invocation. |
| idlElementType |
Get the IDL type for a particular element within a CORBA object. |
| idlInterface |
Retrieve a description of an IDL interface contained in the Interface Repository. |
| idlType |
Get the IDL identifier for a CORBA object. |
| interfaceRepository |
Retrieve or set the current (default) CORBA Interface Repository. |
| ior |
Read an IOR (stringified CORBA reference) from a file or treat the argument as an IOR. |
| iorDump |
Display a more human readable version of a CORBA IOR. |
| namedCorbaObject |
Retrieve a reference to a CORBA object in the naming service. |
| namingService |
Retrieve or set the current (default) CORBA naming service. |
| namingServiceContents |
Retrieve a list of the names contained in a particular CORBA naming context, identifying which are nested naming contexts and regular objects. |
| primitiveIORDump |
Internal mechanism to display information about a CORBA IOR. |
| pushEvent |
Send a CORBA event along a CORBA event channel to ``listeners''. |
| removeCorbaConverter |
Un-register a converter between R and CORBA/IDL object for a given IDL type. |
| removeNamedCorbaObject |
Unbind name(s) in CORBA naming service |
| removeRequest |
Remove a background CORBA operation call from a group of outstanding calls. |
| super |
Inheritance-style lookup of function from within a closure. |