KickJava   Java API By Example, From Geeks To Geeks.

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

java.rmi.server
Interface ServerRef

All Superinterfaces:
Externalizable, RemoteRef, Serializable
See Also:
Source Code

RemoteStub exportObject(Remote obj,
                        Object data)
                        throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getClientHost()
                     throws ServerNotActiveException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final long serialVersionUID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags