Uses of Package
ibis.rmi.server

Packages that use ibis.rmi.server
ibis.rmi.registry   
ibis.rmi.server   
 

Classes in ibis.rmi.server used by ibis.rmi.registry
RMIClientSocketFactory
          Ibis has no support for RMI socket factories.
RMIServerSocketFactory
          Ibis has no support for RMI socket factories.
 

Classes in ibis.rmi.server used by ibis.rmi.server
RemoteObject
          The RemoteObject class implements the Object behaviour for remote objects, by implementing methods for hashCode, equals, and toString.
RemoteRef
          A RemoteRef represents the handle for a remote object.
RemoteServer
          RemoteServer is the common superclass for server implementations.
RemoteStub
          RemoteStub is the common superclass for client stubs.
RMIClientSocketFactory
          Ibis has no support for RMI socket factories.
RMIFailureHandler
          Class RMISocketFactory requires this interface, so we have to provide it.
RMIServerSocketFactory
          Ibis has no support for RMI socket factories.
RMISocketFactory
          Ibis has no support for RMISocketFactories.
ServerNotActiveException
          A ServerNotActiveException is thrown from a ServerRef.getClientHost() invocation when this invocation does not come from a thread that is currently servicing a remote method invocation.
 



The Ibis project