KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > MarshalledObject

java.rmi
Class MarshalledObject

java.lang.Object
  extended by java.rmi.MarshalledObject
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


public Object get()
           throws IOException,
                  ClassNotFoundException
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 MarshalledObject(Object obj)
                 throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags