ermi.registry
Class ERegistryImpl

java.lang.Object
  |
  +--EventServer
        |
        +--ermi.registry.ERegistrySkel
              |
              +--ermi.registry.ERegistryImpl
All Implemented Interfaces:
ERegistry, ERemote

public class ERegistryImpl
extends ERegistrySkel

Author:
Administrador To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
ERegistryImpl(java.util.Properties env)
          Constructor for RegistryImpl.
 
Method Summary
 void bind(java.lang.String name, java.util.Properties ref)
           
 java.util.Vector list()
           
 java.util.Properties lookup(java.lang.String name)
           
 void rebind(java.lang.String name, java.util.Properties ref)
           
 void unbind(java.lang.String name)
           
 
Methods inherited from class ermi.registry.ERegistrySkel
close, copy, eventArrived, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ermi.ERemote
getERef
 

Constructor Detail

ERegistryImpl

public ERegistryImpl(java.util.Properties env)
              throws RemoteException
Constructor for RegistryImpl.

Method Detail

lookup

public java.util.Properties lookup(java.lang.String name)
                            throws RemoteException
RemoteException

bind

public void bind(java.lang.String name,
                 java.util.Properties ref)

unbind

public void unbind(java.lang.String name)
            throws RemoteException
RemoteException

rebind

public void rebind(java.lang.String name,
                   java.util.Properties ref)

list

public java.util.Vector list()