|
|||||||||
| Home >> All >> java >> [ rmi overview ] | PREV NEXT | ||||||||
A
- AccessException - exception java.rmi.AccessException.
- Thrown to indicate that the caller does not have permission to access
certain data, such as
bindin an ActivationSystem. - AccessException(String) - Constructor for class java.rmi.AccessException
- Create an exception with a message.
- AccessException(String, Exception) - Constructor for class java.rmi.AccessException
- Create an exception with a message and a cause.
- AlreadyBoundException - exception java.rmi.AlreadyBoundException.
- Thrown on an attempt to bind an object in the registry that is already bound.
- AlreadyBoundException() - Constructor for class java.rmi.AlreadyBoundException
- Create an exception with no message.
- AlreadyBoundException(String) - Constructor for class java.rmi.AlreadyBoundException
- Create an exception with a message.
B
- bind(String, Remote) - Static method in class java.rmi.Naming
- Try to bind the given object to the given service name.
C
- ConnectException - exception java.rmi.ConnectException.
- Thrown if a connection is refused for a remote call.
- ConnectException(String) - Constructor for class java.rmi.ConnectException
- Create an exception with a message.
- ConnectException(String, Exception) - Constructor for class java.rmi.ConnectException
- Create an exception with a message and a cause.
- ConnectIOException - exception java.rmi.ConnectIOException.
- Wraps an I/O Exception thrown while connecting for a remote call.
- ConnectIOException(String) - Constructor for class java.rmi.ConnectIOException
- Create an exception with a message.
- ConnectIOException(String, Exception) - Constructor for class java.rmi.ConnectIOException
- Create an exception with a message and a cause.
D
- detail - Variable in class java.rmi.RemoteException
- The cause of this exception.
E
- equals(Object) - Method in class java.rmi.MarshalledObject
- Checks if the given object is equal to this marshalled object.
G
- get() - Method in class java.rmi.MarshalledObject
- Constructs and returns a copy of the internal serialized object.
- getCause() - Method in class java.rmi.RemoteException
- Returns the cause of this exception.
- getMessage() - Method in class java.rmi.RemoteException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? "" : "; nested exception is:\n\t" + detail). - getName(URL) - Static method in class java.rmi.Naming
- Checks that the URL contains a name, and removes any leading slashes.
- getRegistry(URL) - Static method in class java.rmi.Naming
H
- hash - Variable in class java.rmi.MarshalledObject
- hashCode() - Method in class java.rmi.MarshalledObject
J
- java.rmi - package java.rmi
L
- list(String) - Static method in class java.rmi.Naming
- Lists all services at the named registry.
- locBytes - Variable in class java.rmi.MarshalledObject
- lookup(String) - Static method in class java.rmi.Naming
- Looks for the remote object that is associated with the named service.
M
- MarshalException - exception java.rmi.MarshalException.
- Thrown if an exception occurs while marshalling data to send in a remote call.
- MarshalException(String) - Constructor for class java.rmi.MarshalException
- Create an exception with a message.
- MarshalException(String, Exception) - Constructor for class java.rmi.MarshalException
- Create an exception with a message and a cause.
- MarshalledObject - class java.rmi.MarshalledObject.
- A
MarshalledObjectconsists of a serialized object which is marshalled according to the RMI specification. - MarshalledObject(Object) - Constructor for class java.rmi.MarshalledObject
- Constructs a
MarshalledObjectfrom the given object.
N
- Naming - class java.rmi.Naming.
-
The
Namingclass handles interactions with RMI registries. - Naming() - Constructor for class java.rmi.Naming
- This class isn't intended to be instantiated.
- NoSuchObjectException - exception java.rmi.NoSuchObjectException.
- Thrown on an attempt to invoke a call on an object that no longer exists in the remote Virtual Machine.
- NoSuchObjectException(String) - Constructor for class java.rmi.NoSuchObjectException
- Create an exception with a message.
- NotBoundException - exception java.rmi.NotBoundException.
- Thrown on an attempt to lookup or unbind a registry name that has no associated binding.
- NotBoundException() - Constructor for class java.rmi.NotBoundException
- Create an exception with no message.
- NotBoundException(String) - Constructor for class java.rmi.NotBoundException
- Create an exception with a message.
O
- objBytes - Variable in class java.rmi.MarshalledObject
P
- parseURL(String) - Static method in class java.rmi.Naming
- Parses the supplied URL and converts it to use the HTTP protocol.
R
- RMISecurityException - exception java.rmi.RMISecurityException.
- Deprecated. use java.lang.SecurityException instead
- RMISecurityException(String) - Constructor for class java.rmi.RMISecurityException
- Deprecated. no longer needed
- RMISecurityException(String, String) - Constructor for class java.rmi.RMISecurityException
- Deprecated. no longer needed
- RMISecurityManager - class java.rmi.RMISecurityManager.
- RMISecurityManager() - Constructor for class java.rmi.RMISecurityManager
- Remote - interface java.rmi.Remote.
- Marker interface for interfaces which methods are invokable from outside of this virtual machine through remote method calls.
- RemoteException - exception java.rmi.RemoteException.
- The superclass of exceptions related to RMI (remote method invocation).
- RemoteException() - Constructor for class java.rmi.RemoteException
- Create an exception with no message, and cause initialized to null.
- RemoteException(String) - Constructor for class java.rmi.RemoteException
- Create an exception with the given message, and cause initialized to null.
- RemoteException(String, Throwable) - Constructor for class java.rmi.RemoteException
- Create an exception with the given message and cause.
- rebind(String, Remote) - Static method in class java.rmi.Naming
- Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.
S
- ServerError - exception java.rmi.ServerError.
- Wraps any error thrown while processing the server of a remote call.
- ServerError(String, Error) - Constructor for class java.rmi.ServerError
- Create an exception with a message and a cause.
- ServerException - exception java.rmi.ServerException.
- Wraps any exception thrown while processing the server of a remote call.
- ServerException(String) - Constructor for class java.rmi.ServerException
- Create an exception with a message.
- ServerException(String, Exception) - Constructor for class java.rmi.ServerException
- Create an exception with a message and a cause.
- ServerRuntimeException - exception java.rmi.ServerRuntimeException.
- Deprecated. no replacement
- ServerRuntimeException(String, Exception) - Constructor for class java.rmi.ServerRuntimeException
- Deprecated. no longer needed
- StubNotFoundException - exception java.rmi.StubNotFoundException.
- Thrown if a valid stub class is not found for an object when it is exported.
- StubNotFoundException(String) - Constructor for class java.rmi.StubNotFoundException
- Create an exception with a message.
- StubNotFoundException(String, Exception) - Constructor for class java.rmi.StubNotFoundException
- Create an exception with a message and a cause.
- serialVersionUID - Static variable in class java.rmi.AccessException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.AlreadyBoundException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.ConnectException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.ConnectIOException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.MarshalException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.MarshalledObject
- serialVersionUID - Static variable in class java.rmi.NoSuchObjectException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.NotBoundException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.RMISecurityException
- Deprecated. Compatible with JDK 1.1.
- serialVersionUID - Static variable in class java.rmi.RemoteException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.rmi.ServerError
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.ServerException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.ServerRuntimeException
- Deprecated. Compatible with JDK 1.1.
- serialVersionUID - Static variable in class java.rmi.StubNotFoundException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.rmi.UnexpectedException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.UnknownHostException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.rmi.UnmarshalException
- Compatible with JDK 1.1+.
U
- UnexpectedException - exception java.rmi.UnexpectedException.
- Thrown if an unexpected checked exception was received in a remote procedure call.
- UnexpectedException(String) - Constructor for class java.rmi.UnexpectedException
- Create an exception with a message.
- UnexpectedException(String, Exception) - Constructor for class java.rmi.UnexpectedException
- Create an exception with a message and a cause.
- UnknownHostException - exception java.rmi.UnknownHostException.
- Thrown if a java.net.UnknownHostException occurs during a remote procedure call.
- UnknownHostException(String) - Constructor for class java.rmi.UnknownHostException
- Create an exception with a message.
- UnknownHostException(String, Exception) - Constructor for class java.rmi.UnknownHostException
- Create an exception with a message and a cause.
- UnmarshalException - exception java.rmi.UnmarshalException.
- Thrown if an exception occurs while unmarshalling parameters or results of a remote method call.
- UnmarshalException(String) - Constructor for class java.rmi.UnmarshalException
- Create an exception with a message.
- UnmarshalException(String, Exception) - Constructor for class java.rmi.UnmarshalException
- Create an exception with a message and a cause.
- unbind(String) - Static method in class java.rmi.Naming
- Remove a binding for a given service name.
A B C D E G H J L M N O P R S U
|
|||||||||
| Home >> All >> java >> [ rmi overview ] | PREV NEXT | ||||||||