Uses of Class
ermi.RemoteException

Packages that use RemoteException
ermi   
ermi.registry   
 

Uses of RemoteException in ermi
 

Subclasses of RemoteException in ermi
 class ConnectionException
          A ConnectionException is thrown if an Exception occurs in the Event middleware.
 class NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup in the registry a name that has no associated binding.
 class TimeoutException
          A TimeoutException is thrown if the timeout expires in a remote call.
 

Methods in ermi that throw RemoteException
 void ERemote.close()
          Removes all subscriptions for this object and releases event service connection.
 void ERemote.init()
          Connects to the event service and creates all subscriptions for this object.
 ermi.ERemote ERemote.copy()
          Returns a reference to a new stub instance of this remote object.
static void Naming.loadRegistry(java.lang.String ref)
          It connects to the Registry using the information contained in the properties file ref).
static void Naming.unloadRegistry()
          Disconnects from to the Registry.
static ermi.ERemote Naming.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
static void Naming.bind(java.lang.String name, ermi.ERemote ref)
          Binds the specified name to a remote object.
static void Naming.unbind(java.lang.String name)
          Unbinds the specified name from the registry.
static void Naming.rebind(java.lang.String name, ermi.ERemote ref)
          Rebinds the specified name in the registry.
static java.util.Vector Naming.list()
          Returns a Vector of the names bound in the registry.
 

Uses of RemoteException in ermi.registry
 

Methods in ermi.registry that throw RemoteException
 java.util.Properties ERegistry.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
 void ERegistry.bind(java.lang.String name, java.util.Properties ref)
          Binds the specified name to a remote object.
 void ERegistry.unbind(java.lang.String name)
          Unbinds the specified name from the registry.
 void ERegistry.rebind(java.lang.String name, java.util.Properties ref)
          Rebinds the specified name in the registry.
 java.util.Vector ERegistry.list()
          Returns a Vector of the names bound in the registry.
static ermi.ERemote FileRegistry.loadERef(java.lang.String fileName)
          Returns a reference, a stub, for the remote object associated with the specified file location.
static ermi.ERemote FileRegistry.loadERef(java.util.Properties env)
          Returns a reference, a stub, for the remote object associated with the specified information in the properties Object.
static ermi.ERemote FileRegistry.loadStub(java.util.Properties env)
          Returns a reference, a stub, for the remote object associated with the specified information in the properties Object.
static EFilter FileRegistry.loadFilter(java.lang.String objId, java.lang.String filterClass)
          Returns a reference to a Filter that intercepts object calls to remote object called objId in the registry.