![]() |
RMI Enhancements |
JDK 1.2 Contents |
Remote Method Invocation (RMI) has several new enhancements. Remote Object Activation introduces support for persistent references to remote objects and automatic object activation via these references. Custom Socket Types allow a remote object to specify the custom socket type that RMI will use for remote calls to that object. RMI over a secure transport (such as SSL) can be supported using custom socket types. Minor API Enhancements allow the following: unexporting a remote object, obtaining the stub for an object implementation, obtaining a local object implementation from a stub, and exporting an object on a specific port.RMI Tutorial
UnicastRemoteObject
to be an activatable object, activating classes that do not extend from
java.rmi.activation.Activatable
, and using a MarshalledObject
to create persistent data.
Copyright © 1995-98 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: rmi-comments@java.sun.com |
![]() JavaSoft |