
Registers a manager for R objects that are to be used by foreign systems such as Omegahat and Java. The registration provides access to the object from C routines that bridge the two systems - R and the foreign one.
setJavaHandler(handler)
javaHandlerGenerator()
handler()
createReference()
foreignReference
object by calling the
foreignReference
function.
addReference
remove
getReference
references
total
The intent of the handler is to allow the management of the objects being exported to the foreign system(s) (Java and Omegahat)
getJavaHandler
## Not run:
# old <- setJavaHandler(javaHandlerGenerator())
# setJavaHandler(old)
# ## End(Not run)
Run the code above in your browser using DataLab