An AppletServer object is a web server that an ObjectImporter
communicates with. It makes the objects specified by
exportObject() remotely accessible from applets.
If the classes of the exported objects are requested by the client-side
JVM, this web server sends proxy classes for the requested classes.
See Also:javassist.tools.rmi.ObjectImporter
Exports an object.
This method produces the bytecode of the proxy class used
to access the exported object. A remote applet can load
the proxy class and call a method on the exported object.
Parameters: name - the name used for looking the object up. Parameters: obj - the exported object. the object identifier See Also:javassist.tools.rmi.ObjectImporter.lookupObject(String)