Stub and Skeleton InterfacesThe Remote Stub classThis java.rmi.server.RemoteStub class is the super class for stubs of remote objects.
The RemoteRef InterfaceThe java.rmi.server.RemoteRef interface represents a reference for a remote object. To carry out a remote method invocation, the stub uses a remote reference. This interface is not normally used by programmers using RMI but rather by those implementing their own RMI system. Methods
The ServerRef InterfaceIt represents the server-side handle for a remote object. Methods
In Java, garbage collector automatically releases memory resources when they are no longer being used. The RMI system uses a reference counting garbage collection algorithm.
|
||
|
||
Copyright © 2001 www.universalteacher.com |
||