GNU Classpath (0.20) | |
Frames | No Frames |
Constructors which throw type java.rmi.RemoteException | |
The protected constructor calls exportObject (this).
|
Methods which throw type java.rmi.RemoteException | |
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. |
Classes derived from java.rmi.RemoteException | |
class | Thrown when activation fails on a remote call to an activatable object.
|
Constructors which throw type java.rmi.RemoteException | |
Activatable.Activatable(String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) | |
Activatable.Activatable(ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) | |
Methods which throw type java.rmi.RemoteException | |
Remote | ActivationID.activate(boolean force) |
MarshalledObject | |
ActivationMonitor | |
void | |
void | |
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) |
ActivationDesc | |
ActivationGroupDesc | |
boolean | |
void | |
void | |
boolean | |
void | |
MarshalledObject | Stub method for ActivationGroup.newInstance() .
|
MarshalledObject | |
Remote | |
ActivationGroupID | |
ActivationID | |
ActivationDesc | |
ActivationGroupDesc | |
void | |
void | |
void | |
void |
Classes derived from java.rmi.RemoteException | |
class | Thrown if an attempt to export a remote object fails.
|
class | Thrown if a call is received that does not match a Skeleton. |
class | Thrown if a Skeleton corresponding to the remote object is not found.
|
class | Thrown during remote object export if the code does not have permission
to create a java.net.ServerSocket on the specified port.
|
Constructors which throw type java.rmi.RemoteException | |
UnicastRemoteObject.UnicastRemoteObject(int port) | |
UnicastRemoteObject.UnicastRemoteObject(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) | |
Methods which throw type java.rmi.RemoteException | |
void | |
RemoteStub | |
Remote | |
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
RemoteStub | |
RemoteCall |
Methods which throw type java.rmi.RemoteException | |
void | |
Registry | LocateRegistry.createRegistry(int port) |
Registry | |
Registry | |
Registry | LocateRegistry.getRegistry(int port) |
Registry | |
Registry | |
Registry | |
String[] | |
Remote | |
void | |
Registry | RegistryHandler.registryImpl(int port) |
Registry | |
void |
Classes derived from java.rmi.RemoteException | |
class | Thrown to indicate that the caller does not have permission to access
certain data, such as bind in an ActivationSystem.
|
class | Thrown if a connection is refused for a remote call.
|
class | Wraps an I/O Exception thrown while connecting for a remote call.
|
class | Thrown if an exception occurs while marshalling data to send in a remote
call. |
class | Thrown on an attempt to invoke a call on an object that no longer exists
in the remote Virtual Machine. |
class | Wraps any error thrown while processing the server of a remote call.
|
class | Wraps any exception thrown while processing the server of a remote call.
|
class | Wraps any runtime exception thrown while processing the server of a
remote call. |
class | Thrown if a valid stub class is not found for an object when it is exported.
|
class | Thrown if an unexpected checked exception was received in a remote
procedure call.
|
class | Thrown if a java.net.UnknownHostException occurs during a remote
procedure call.
|
class | Thrown if an exception occurs while unmarshalling parameters or results
of a remote method call. |
Methods which throw type java.rmi.RemoteException | |
void | Try to bind the given object to the given service name.
|
String[] | Lists all services at the named registry.
|
Remote | Looks for the remote object that is associated with the named service.
|
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.
|
void | Remove a binding for a given service name.
|
Methods with return type java.rmi.RemoteException | |
RemoteException | Converts CORBA SystemException into RMI RemoteException .
|
RemoteException | Converts CORBA SystemException into RMI RemoteException .
|
RemoteException | Converts the exception that was thrown by the implementation method on a
server side into RemoteException that can be transferred and re-thrown on a
client side. |
RemoteException | Converts the exception that was thrown by the implementation method on a
server side into RemoteException that can be transferred and re-thrown on a
client side. |
Methods which throw type java.rmi.RemoteException | |
void |
Makes the remote object target ready for remote
communication using the same communications runtime as for the passed
source parameter. |
void |
Makes the stub ready for remote communication using the given ORB.
|
void |
Finds the suitable Tie for this Stub and connects it to the given
ORB. |
Object | Used by local stubs to create a copy of the object. |
Object | Used by local stubs to create a copy of the object.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
void | Register the passed object with the ORB runtimes, making it remotely
accessible. |
boolean | Checks if the given stub is local. |
boolean | Checks if the given stub is local.
|
Classes derived from java.rmi.RemoteException | |
class | |
class | |
class |
Methods which throw type java.rmi.RemoteException | |
void | |
Lease |
GNU Classpath (0.20) |