KickJava   Java API By Example, From Geeks To Geeks.

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

java.rmi.server
Class RemoteStub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
ActivationGroup_Stub, RMIConnectionImpl_Stub, RMIServerImpl_Stub
See Also:
Top Examples, Source Code

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


protected RemoteStub(RemoteRef ref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected static void setRef(RemoteStub stub,
                                        RemoteRef ref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags