CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "6732bc99156bf0ba5756c021934324fe:1752578805.115746"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21600
Date: Thu, 24 Jul 2025 18:18:47 GMT
Content-Length: 2148
Connection: keep-alive
Java Remote Method Invocation: - Contents
CONTENTS | PREV | NEXT
Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved.
CONTENTS | PREV | NEXT | Java Remote Method Invocation |
Table of Contents
1 Introduction
2 Java Distributed Object Model
- 2.1 Distributed Object Applications
- 2.2 Definition of Terms
- 2.3 The Distributed and Nondistributed Models Contrasted
- 2.4 Overview of RMI Interfaces and Classes
- 2.5 Implementing a Remote Interface
- 2.6 Parameter Passing in Remote Method Invocation
- 2.7 Locating Remote Objects
3 RMI System Overview
- 3.1 Stubs and Skeletons
- 3.2 Thread Usage in Remote Method Invocations
- 3.3 Garbage Collection of Remote Objects
- 3.4 Dynamic Class Loading
- 3.5 RMI Through Firewalls Via Proxies
4 Client Interfaces
5 Server Interfaces
- 5.1 The
RemoteObject
Class - 5.2 The
RemoteServer
Class - 5.3 The
UnicastRemoteObject
Class - 5.4 The
Unreferenced
Interface - 5.5 The
RMISecurityManager
Class - 5.6 The
RMIClassLoader
Class - 5.7 The
LoaderHandler
Interface - 5.8 RMI Socket Factories
- 5.9 The
RMIFailureHandler
Interface - 5.10 The
LogStream
Class - 5.11 Stub and Skeleton Compiler
6 Registry Interfaces
7 Remote Object Activation
- 7.1 Overview
- 7.2 Activation Protocol
- 7.3 Implementation Model for an "Activatable" Remote Object
- 7.4 Activation Interfaces
8 Stub/Skeleton Interfaces
- 8.1 The
RemoteStub
Class - 8.2 The
RemoteCall
Interface - 8.3 The
RemoteRef
Interface - 8.4 The
ServerRef
Interface - 8.5 The
Skeleton
Interface - 8.6 The
Operation
Class
9 Garbage Collector Interfaces
10 RMI Wire Protocol
- 10.1 Overview
- 10.2 RMI Transport Protocol
- 10.3 RMI's Use of Object Serialization Protocol
- 10.4 RMI's Use of HTTP POST Protocol
- 10.5 Application-Specific Values for RMI
- 10.6 RMI's Multiplexing Protocol
A Exceptions In RMI
- A.1 Exceptions During Remote Object Export
- A.2 Exceptions During RMI Call
- A.3 Exceptions or Errors During Return
- A.4 Naming Exceptions
- A.5 Activation Exceptions
- A.6 Other Exceptions
B Properties In RMI
CONTENTS | PREV | NEXT
Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved.