KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > ObjID

java.rmi.server
Class ObjID

java.lang.Object
  extended by java.rmi.server.ObjID
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, UID.UID(short), ObjID(int), ObjID()

public static final int ACTIVATOR_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DGC_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjID(int objNum)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ObjID read(ObjectInput in)
                  throws IOException
See Also:
UID.read(DataInput), DataInput.readLong()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REGISTRY_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void write(ObjectOutput out)
           throws IOException
See Also:
UID.write(DataOutput), DataOutput.writeLong(long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags