The Omegahat CORBA package for R & S-Plus

Function Help Pages


alt="[Top]" width="30" height="30" border="0">
.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.
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 information about each CORBA task group or list.
getCorbaConverters Retrieve a list of the functions/routines registered to convert between R and CORBA/IDL types.
getIRContainerContents Retrieve the contents of an element of the Interface Repository.
getNextCompletedTask Identifies the next completed CORBA task among a collection of background tasks.
getRequestServer Reference to the CORBA server currently performing the given task
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's IDL interface.
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.
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.
sendRequests Send one or more background requests to CORBA objects.
super Inheritance-style lookup of function from within a closure.