supplier method.enhanced sends an
init message to the created object, passing the
arguments specified on the
enhanced method.
/* Set up rclass with class method or methods you want in your */
/* remote class */
rclassmeths = .directory~new
rclassmeths["DISPATCH"]=d_source /* d_source must have code for a */
/* DISPATCH method. */
/* The following sends init("Remote Class") to a new instance */
rclass=.class~enhanced(rclassmeths,"Remote Class")