Package ermi

Interface Summary
ERemote The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
 

Class Summary
Context Context contains ERMI middleware constants like connection timeouts, block delays and String constants for the properties objects.
Naming The Naming class provides methods for storing and obtaining references to remote objects in the remote object registry.
 

Exception Summary
ConnectionException A ConnectionException is thrown if an Exception occurs in the Event middleware.
NotBoundException A NotBoundException is thrown if an attempt is made to lookup in the registry a name that has no associated binding.
RemoteException A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
TimeoutException A TimeoutException is thrown if the timeout expires in a remote call.