GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.rmi.Remote | |
class | Provides a stub for Remote type.
|
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. |
Remote | Activatable.export(ActivationID id, Remote obj, int port, RMIServerSocketFactory serverSocketFactory) Create and export the new remote object, making it available at the given
port, using sockets, produced by the specified factories.
|
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 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 | Activatable.export(ActivationID id, Remote obj, int port, RMIServerSocketFactory serverSocketFactory) Create and export the new remote object, making it available at the given
port, using sockets, produced by the specified factories.
|
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 | 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.
|
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). |
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 |
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).
|
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. |
GNU Classpath (0.95) |