// The constructor for activation and export; this constructor is
// called by the method ActivationInstantiator.newInstance during
// activation, to construct the object.
//
// Register the object with the activation system
// then export it on an anonymous port
//
Activatable.exportObject(this, id, 0);
// Create an instance of the class MyNonRemoteClass
//
mnrc = new MyNonRemoteClass();