jgroup.relacs.registry
Class GregRegistryLocator

java.lang.Object
  extended by jgroup.relacs.registry.GregRegistryLocator
All Implemented Interfaces:
jgroup.core.registry.RegistryLocator

public final class GregRegistryLocator
extends java.lang.Object
implements jgroup.core.registry.RegistryLocator

Registry Locator class used to retrieve a reference to reggie/greg.

Author:
Rohnny Moland

Constructor Summary
GregRegistryLocator()
           
 
Method Summary
 jgroup.core.registry.DependableRegistry createRegistry()
           
 jgroup.core.registry.DependableRegistry createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
           
 jgroup.core.registry.LookupRegistry getLookupRegistry()
           
 jgroup.core.registry.DependableRegistry getRegistry()
           
 jgroup.core.registry.DependableRegistry getRegistry(java.rmi.server.RMIClientSocketFactory csf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GregRegistryLocator

public GregRegistryLocator()
Method Detail

getRegistry

public jgroup.core.registry.DependableRegistry getRegistry()
                                                    throws jgroup.core.JgroupException,
                                                           java.rmi.RemoteException
Specified by:
getRegistry in interface jgroup.core.registry.RegistryLocator
Throws:
jgroup.core.JgroupException
java.rmi.RemoteException

getRegistry

public jgroup.core.registry.DependableRegistry getRegistry(java.rmi.server.RMIClientSocketFactory csf)
                                                    throws jgroup.core.JgroupException,
                                                           java.rmi.RemoteException
Specified by:
getRegistry in interface jgroup.core.registry.RegistryLocator
Throws:
jgroup.core.JgroupException
java.rmi.RemoteException

createRegistry

public jgroup.core.registry.DependableRegistry createRegistry()
                                                       throws jgroup.core.JgroupException,
                                                              java.rmi.RemoteException
Specified by:
createRegistry in interface jgroup.core.registry.RegistryLocator
Throws:
jgroup.core.JgroupException
java.rmi.RemoteException

createRegistry

public jgroup.core.registry.DependableRegistry createRegistry(java.rmi.server.RMIClientSocketFactory csf,
                                                              java.rmi.server.RMIServerSocketFactory ssf)
                                                       throws jgroup.core.JgroupException,
                                                              java.rmi.RemoteException
Specified by:
createRegistry in interface jgroup.core.registry.RegistryLocator
Throws:
jgroup.core.JgroupException
java.rmi.RemoteException

getLookupRegistry

public jgroup.core.registry.LookupRegistry getLookupRegistry()
Specified by:
getLookupRegistry in interface jgroup.core.registry.RegistryLocator


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.