| java.lang.Object com.sun.xlet.ixc.WrappedRemote
WrappedRemote | abstract public class WrappedRemote implements Remote(Code) | | A remote object that has been wrapped to be safely accessible from
a client. In other words, an instance of WrappedRemote is a stub
object that delegates its calls to the true remote object. The remote
calls are executed in a thread that is in the remote ResourceDomain.
This can be done by transferring the call to a worker thread on the
remote side, or by changing the owner attribute of the thread.
|
finalize | protected void finalize()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|