jgroup.relacs.registry
Class GregRegistryImpl
java.lang.Object
jgroup.relacs.registry.GregRegistryImpl
- All Implemented Interfaces:
- java.rmi.Remote, jgroup.core.ExternalGMIListener, jgroup.core.registry.LookupRegistry
public class GregRegistryImpl
- extends java.lang.Object
- implements jgroup.core.registry.LookupRegistry
greg registry implementation.
- Author:
- Rohnny Moland
Method Summary |
java.lang.String[] |
list()
|
java.rmi.Remote |
lookup(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GregRegistryImpl
public GregRegistryImpl()
lookup
public java.rmi.Remote lookup(java.lang.String name)
throws java.rmi.RemoteException,
java.rmi.NotBoundException,
java.rmi.AccessException
- Specified by:
lookup
in interface jgroup.core.registry.LookupRegistry
- Throws:
java.rmi.RemoteException
java.rmi.NotBoundException
java.rmi.AccessException
list
public java.lang.String[] list()
throws java.rmi.RemoteException,
java.rmi.AccessException
- Specified by:
list
in interface jgroup.core.registry.LookupRegistry
- Throws:
java.rmi.RemoteException
java.rmi.AccessException
Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.