Frames | No Frames |
Classes implementing java.rmi.Remote | |
class | Provides a stub for Remote type.
|
Classes implementing java.rmi.Remote | |
class | |
class | Together with dynamic proxy instance, this class replaces the generated RMI
stub (*_Stub) classes that (following 1.5 specification) should be no longer
required. |
class | A common superclass for the server implementations.
|
class | This is a base class for the automatically generated RMI stubs.
|
class | This class obtains stub that communicates with the remote object.
|
Methods with parameter type java.rmi.Remote | |
void | |
RemoteStub | Export object, making it available for the remote calls at the
anonymous port.
|
Remote | Export object, making it available for the remote calls at the
specified port.
|
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
RemoteStub | |
Object | Invoke a method. |
Remote | |
boolean |
Methods with return type java.rmi.Remote | |
Remote | Export object, making it available for the remote calls at the
specified port.
|
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
Remote |
Classes implementing java.rmi.Remote | |
class | |
class |
Methods with parameter type java.rmi.Remote | |
void | |
void | |
void | |
void | |
void |
Methods with return type java.rmi.Remote | |
Remote | Find and return the reference to the object that was previously bound
to the registry by this name. |
Remote | Find and return the reference to the object that was previously bound
to the registry by this name. |
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. |
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).
|
Classes implementing java.rmi.Remote | |
class | The DGC implementation is used for the server side during the distributed
garbage collection. |
class |
Methods with parameter type java.rmi.Remote | |
void |
Classes implementing java.rmi.Remote | |
class | A common ancestor for the implementations of the activatable objects. |
class | The entity that receives the request to activate object and activates it.
|
class | A stub class for ActivationGroup implementations.
|
Methods with parameter type java.rmi.Remote | |
void | The method is called when the object is exported. |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject> data, boolean restart, int port) Register and export the object that activatable object that is not derived
from the Activatable super class. |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject<T> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Register and export the object that activatable object that is not derived
from the Activatable super class. |
Remote | During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
Remote | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
boolean | Make the remote object unavailable for incoming calls. |
Methods with return type java.rmi.Remote | |
Remote | ActivationID.activate(boolean force) Activate the object.
|
Remote | During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
Remote | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
Remote | This method registers an activatable object. |
Methods with parameter type java.rmi.Remote | |
void | |
void |
Methods with return type java.rmi.Remote | |
Remote | Find and return the reference to the object that was previously bound
to the registry by this name. |
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 | Get the Tie that handles invocations on the given target. |
Tie | Get the Tie that handles invocations on the given target. |
void | 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). |
Methods with parameter type java.rmi.Remote | |
void | Try to bind the given object to the given service name.
|
void | 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.
|
Classes implementing java.rmi.Remote | |
class | Provides the default transient activation system.
|
class | The default activation group class. |
Methods with parameter type java.rmi.Remote | |
void | May be overridden and used as a hook. |
Classes implementing java.rmi.Remote | |
class |
Fields of type java.rmi.Remote | |
Remote | The stub, associated with the exported remote object (may be proxy class).
|
Methods with parameter type java.rmi.Remote | |
Remote | Export object and ensure it is present in the server activation table
as well.
|
Remote | Export the object and return its remote stub. |
UnicastServerRef | Get the exported reference of the given Remote. |
Object | |
Object | UnicastRef.invokeCommon(UnicastConnection conn, Remote obj, Method method, Object[] params, int opnum, long hash) Invoke the remote method on the given object when connection is already
established.
|
Object | Invoke the remote method on the given object and try to activate the object
if it is not reacheable with the current manager.
|
Object | Invoke the remote method on the given object. |
boolean | Unexport the object (remove methods from the method hashcode table
and call UnicastServer.unexportObject.
|
Methods with return type java.rmi.Remote | |
Remote | Export object and ensure it is present in the server activation table as
well.
|
Remote | Export object and ensure it is present in the server activation table
as well.
|
Remote | Export the object and return its remote stub. |
Remote | Get the stub (actual class or proxy) of the exported remote object.
|