|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Remote | |
ibis.rmi | This is an RMI implementation on top of Ibis. |
ibis.rmi.registry | |
ibis.rmi.server |
Uses of Remote in ibis.rmi |
Methods in ibis.rmi that return Remote | |
static Remote |
Naming.lookup(java.lang.String name)
Returns a reference for the remote object associated with the specified name. |
Methods in ibis.rmi with parameters of type Remote | |
static void |
Naming.bind(java.lang.String name,
Remote obj)
Binds the specified name to the specified remote object. |
static void |
Naming.rebind(java.lang.String name,
Remote obj)
Rebinds the specified name to the specified remote object. |
Uses of Remote in ibis.rmi.registry |
Subinterfaces of Remote in ibis.rmi.registry | |
interface |
Registry
A Registry is a remote interface to a remote-object registry. |
Methods in ibis.rmi.registry that return Remote | |
Remote |
Registry.lookup(java.lang.String name)
Returns the remote reference bound to the specified name. |
Methods in ibis.rmi.registry with parameters of type Remote | |
void |
Registry.bind(java.lang.String name,
Remote obj)
Binds the specified remote reference to the specified name. |
void |
Registry.rebind(java.lang.String name,
Remote obj)
Rebinds the specified remote reference to the specified name. |
Uses of Remote in ibis.rmi.server |
Classes in ibis.rmi.server that implement Remote | |
class |
RemoteObject
The RemoteObject class implements the Object
behaviour for remote objects, by implementing methods for
hashCode , equals , and toString . |
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. |
Methods in ibis.rmi.server with parameters of type Remote | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |