Introduction to RMI & OSI
Overview of OSI
The ObjectOutput, ObjectInput, Serializable, and
Externalizable Interfaces
Serialization details
Inheritance, transient, volatile
Overview of building distributed systems in Java
The RMI Object model
Similarities to and differences from the normal Java
object model
The RMI API
The Remote interface.
Generating statements from connections class RemoteObject, RemoteServer, and UnicastRemoteObject
|
Remote objects and methods.
Overview of RMI Architecture
Stubs, skeletons, Remote Reference Layer, Transport layer
Defining RMI clients and servers
Using rmic to generate stubs and skeletons
Bootstrapping with the RMI naming service
Getting handles on remote objects
Calling methods on remote objects
Passing and returning values in remote method calls
Passing non-remote objects
Passing remote objects
Client callbacks
MI resource list
|