jgroup.relacs.gm
Interface GregLookupService

All Superinterfaces:
jgroup.core.Layer
All Known Implementing Classes:
GregLookupLayer

public interface GregLookupService
extends jgroup.core.Layer

Service interface for performing lookups from a replicated client group using the group-enabled lookup service (greg). See LookupService for more details.

Since:
Jgroup 2.2
Author:
Rohnny Moland

Nested Class Summary
 
Nested classes/interfaces inherited from interface jgroup.core.Layer
jgroup.core.Layer.FinalizeLayer
 
Method Summary
 java.lang.Object lookup(java.lang.String name)
          Returns a proxy for the remote object group associated with the specified name in greg.
 
Methods inherited from interface jgroup.core.Layer
addListener
 

Method Detail

lookup

java.lang.Object lookup(java.lang.String name)
                        throws java.io.IOException
Returns a proxy for the remote object group associated with the specified name in greg.

Parameters:
name - The name associated with the remote object group.
Returns:
A proxy for the remote object group.
Throws:
java.io.IOException - If an error occured during lookup.


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