Classes

ObjID

The ObjID class represents a unique remote object. No two remote objects have the same ObjID. Certain components of RMI have well-known ObjIDs.

Constructors
public ObjID()
public ObjID(int wellKnownNumber)

With no parameters, the ObjID constructor generates a unique object identifier with a cryptographically strong random 64-bit identifier. You can also supply one of three constants—ObjID.ACTIVATOR_ID, ObjID.DGC_ID, or ObjID.REGISTRY_ID—to create an ObjID for one of the RMI services.

read
public static ObjID read(ObjectInput in) throws IOException

Reads an ObjID from an object stream.

write
public void write(ObjectOutput out) throws IOException

Writes this object to an object stream.

RemoteObject

The RemoteObject class is ...

Get Special Edition Using Java™ 2 Enterprise 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.