Uses of Interface java.rmi.Remote

Uses in package java.rmi

Methods with parameter type java.rmi.Remote

void
Naming.bind(String name, Remote obj)
Try to bind the given object to the given service name.
void
Naming.rebind(String name, Remote obj)
Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.

Methods with return type java.rmi.Remote

Remote
Looks for the remote object that is associated with the named service.

Uses in package org.omg.stub.java.rmi

Classes implementing java.rmi.Remote

class
Provides a stub for Remote type.

Uses in package gnu.java.rmi.registry

Classes implementing java.rmi.Remote

class
class

Methods with parameter type java.rmi.Remote

void
void
RegistryImpl_Stub.bind(String $param_0, Remote $param_1)
void
RegistryImpl_Skel.dispatch(Remote obj, RemoteCall call, int opnum, long hash)
void
void
RegistryImpl_Stub.rebind(String $param_0, Remote $param_1)

Methods with return type java.rmi.Remote

Remote
Remote

Uses in package javax.rmi

Methods with parameter type java.rmi.Remote

void
Makes the remote object a_target ready for remote communication using the same communications runtime as for the passed a_source parameter.
void
Makes a server object ready for remote calls.
Remote
Takes a server implementation object (name pattern *imp) and returns a stub object that can be used to access that server object (target), name (pattern _*_Stub).
void
Deregister a currently exported server object from the ORB runtimes.

Methods with return type java.rmi.Remote

Remote
Takes a server implementation object (name pattern *imp) and returns a stub object that can be used to access that server object (target), name (pattern _*_Stub).

Uses in package gnu.java.rmi.server

Classes implementing java.rmi.Remote

class

Methods with parameter type java.rmi.Remote

RemoteStub
RemoteStub
UnicastServerRef
Object
UnicastRef.invoke(Remote obj, Method method, Object[] params, long opnum)
boolean
UnicastServerRef.unexportObject(Remote obj, boolean force)

Uses in package gnu.java.rmi.dgc

Classes implementing java.rmi.Remote

class
I let DGCImpl to extend UnicastServerRef, but not UnicastRemoteObject, because UnicastRemoteObject must exportObject automatically.
class

Methods with parameter type java.rmi.Remote

void
DGCImpl_Skel.dispatch(Remote obj, RemoteCall call, int opnum, long hash)

Uses in package javax.rmi.CORBA

Methods with parameter type java.rmi.Remote

void
Makes the remote object target ready for remote communication using the same communications runtime as for the passed source parameter.
void
Register the passed object with the ORB runtimes, making it remotely accessible.
Tie
Util.getTie(Remote target)
Get the Tie that handles invocations on the given target.
Tie
Get the Tie that handles invocations on the given target.
void
Util.registerTarget(Tie tie, Remote target)
Register the Tie-target pair.
void
Register the Tie-target pair.
void
Set the invocation target, where all method calls should be delegated.
Remote
Takes a server implementation object and returns a stub object that can be used to access that server object (target).
void
Deregister a currently exported server object from the ORB runtimes.
void
Deactivate the associated Tie, if it is found and is not connected to other registered targets.
void
Deactivate the associated Tie, if it is found and is not connected to other registered targets.

Methods with return type java.rmi.Remote

Remote
Get the invocation target, where all method calls should be delegated.
Remote
Takes a server implementation object and returns a stub object that can be used to access that server object (target).

Uses in package java.rmi.server

Classes implementing java.rmi.Remote

class
class
class
class

Methods with parameter type java.rmi.Remote

void
Skeleton.dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
RemoteStub
Remote
Remote
FIXME
RemoteStub
Object
RemoteRef.invoke(Remote obj, Method method, Object[] params, long opnum)
Remote
boolean

Methods with return type java.rmi.Remote

Remote
Remote
FIXME
Remote

Uses in package java.rmi.activation

Classes implementing java.rmi.Remote

class
class
class
A stub class for ActivationGroup implementations.

Methods with parameter type java.rmi.Remote

void
ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port)
ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
Remote
Remote
boolean
Activatable.unexportObject(Remote obj, boolean force)

Methods with return type java.rmi.Remote

Remote
ActivationID.activate(boolean force)
Remote
Remote
Remote

Uses in package java.rmi.registry

Methods with parameter type java.rmi.Remote

void
Registry.bind(String name, Remote obj)
void

Methods with return type java.rmi.Remote

Remote

Uses in package gnu.javax.rmi.CORBA

Methods with parameter type java.rmi.Remote

void
Makes the remote object a_target ready for remote communication using the same communications runtime as for the passed a_source parameter.
void
Find or create a tie for this target and mark it as being used by the given object.
Tie
Get the Tie that handles invocations on the given target.
void
Register the Tie-target pair.
Remote
Get stub for the given implementation, searching by class name pattern.
void
If the object tie is no longer in use, disconnet it from the orb.
void
Deactivate the associated Tie, if it is found and is not connected to other registered targets.

Methods with return type java.rmi.Remote

Remote
Get stub for the given implementation, searching by class name pattern.