public final class ObjID extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVATOR_ID |
static int |
DGC_ID |
static int |
REGISTRY_ID |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Default object equality (is identity).
|
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
static ObjID |
read(ObjectInput in) |
String |
toString()
Default String representation: overriden by many classes.
|
void |
write(ObjectOutput out) |
public static final int ACTIVATOR_ID
public static final int DGC_ID
public static final int REGISTRY_ID
public static ObjID read(ObjectInput in) throws IOException
IOException
public boolean equals(Object obj)
Object
public int hashCode()
Object
public String toString()
Object
public void write(ObjectOutput out) throws IOException
IOException