Uses of Class
ibis.rmi.server.RemoteObject

Packages that use RemoteObject
ibis.rmi.server   
 

Uses of RemoteObject in ibis.rmi.server
 

Subclasses of RemoteObject in ibis.rmi.server
 class RemoteServer
          RemoteServer is the common superclass for server implementations.
 class RemoteStub
          RemoteStub is the common superclass for client stubs.
 class UnicastRemoteObject
          The UnicastRemoteObject class defines a remote object that is only valid while its server process is alive.
 



The Ibis project