Name

Package java.rmi

Synopsis

The main package in RMI contains the principle objects used in RMI clients and servers. The Remote interface and the Naming class are used to define and locate RMI objects over the network. The RMISecurityManager class provides additional security semantics required for RMI interactions. The MarshalledObject class is used during remote method calls for certain method arguments. In addition, this core package contains a number of basic RMI exception types used during remote object lookups and remote method calls.

Interfaces

  • Remote

Classes

  • MarshalledObject

  • Naming

  • RMISecurityManager

Exceptions

  • AlreadyBoundException

  • NotBoundException

  • RemoteException

    • AccessException

    • ConnectException

    • ConnectIOException

    • MarshalException

    • NoSuchObjectException

    • ServerError

    • ServerException

    • ServerRuntimeException

    • StubNotFoundException

    • UnexpectedException

    • UnknownHostException

    • UnmarshalException

  • RMISecurityException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.