GNU Classpath (0.20) | |
Frames | No Frames |
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 | |
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 | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) |
boolean |
Methods with return type java.rmi.Remote | |
Remote | ActivationID.activate(boolean force) |
Remote | |
Remote | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) |
Remote |
Classes implementing java.rmi.Remote | |
class | |
class | |
class | |
class |
Methods with parameter type java.rmi.Remote | |
void | |
RemoteStub | |
Remote | |
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
RemoteStub | |
Object | |
Remote | |
boolean |
Methods with return type java.rmi.Remote | |
Remote | |
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
Remote |
Methods with parameter type java.rmi.Remote | |
void | |
void |
Methods with return type java.rmi.Remote | |
Remote |
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 | Provides a stub for Remote type.
|
GNU Classpath (0.20) |