Searched defs:ObjID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DObjID.java39 * An <code>ObjID</code> is used to identify a remote object exported
44 * <p>The {@link #ObjID()} constructor can be used to generate a unique
45 * object identifier. Such an <code>ObjID</code> is unique over time
48 * The {@link #ObjID(int)} constructor can be used to create a
50 * <code>ObjID</code> depends on the RMI runtime it is exported to.
52 * <p>An <code>ObjID</code> instance contains an object number (of type
54 * {@link UID}). In a unique <code>ObjID</code>, the address space
56 * well-known <code>ObjID</code>, the address space identifier is
62 * then the {@link #ObjID()} constructor will use a cryptographically
64 * returned <code>ObjID</cod
70 public final class ObjID implements Serializable { class in inherits:Serializable
111 public ObjID() { method in class:ObjID
135 public ObjID(int objNum) { method in class:ObjID
143 private ObjID(long objNum, UID space) { method in class:ObjID
[all...]

Completed in 46 milliseconds