Uses of Interface java.io.Externalizable

Uses in package gnu.java.rmi.dgc

Classes implementing java.io.Externalizable

class
The DGC implementation is used for the server side during the distributed garbage collection.

Uses in package java.awt.datatransfer

Classes implementing java.io.Externalizable

class
This class represents a particular data format used for transferring data via the clipboard.

Uses in package javax.activation

Classes implementing java.io.Externalizable

class
Activation-specific DataFlavor with improved MIME parsing.
class
A MIME content type, as defined in RFCs 2045 and 2046.

Uses in package gnu.java.rmi.server

Classes implementing java.io.Externalizable

class
The activatable reference works like UnicastRef, but if the remote object appears to be not accessible, it tries to reactivate it before reporting any errors.
class
The activatable server reference works like UnicastServerReference, but it additionally activates the associated object on demand, during the first incoming call.
class
class
This class connects the local, remotely available (exported) object to the local RMI server that accepts the remote calls.