Uses of Class
ibis.rmi.server.RemoteStub

Packages that use RemoteStub
ibis.rmi.server   
 

Uses of RemoteStub in ibis.rmi.server
 

Methods in ibis.rmi.server that return RemoteStub
 RemoteStub ServerRef.exportObject(Remote obj, java.lang.Object data)
          Creates a stub object for the remote object specified.
static RemoteStub UnicastRemoteObject.exportObject(Remote obj)
          Exports the remote object to allow it to receive incoming calls.
 



The Ibis project