jgroup.relacs.gm
Interface GregRegistryService

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

public interface GregRegistryService
extends jgroup.core.Layer

Service interface for the GregRegistryLayer.

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
 void join(java.lang.String serviceName, java.lang.String[] groups)
          Joins the given server to the object group associated with the specfied name, into greg.
 
Methods inherited from interface jgroup.core.Layer
addListener
 

Method Detail

join

void join(java.lang.String serviceName,
          java.lang.String[] groups)
Joins the given server to the object group associated with the specfied name, into greg.

Parameters:
serviceName - The name associated with the object group
groups - The lookup groups to register with the service proxy


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