Interface ClusterService
- 
- All Superinterfaces:
 com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("cluster") public interface ClusterService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the ClusterService Service. This service gives access to the Clustering stuff.- Since:
 - 6.5
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusterService.Instance 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmakeGlobal(String[] parameters)Shares a list of configuration parametersvoidmakeLocal(String[] parameters)Unshares a list of configuration parameters 
 - 
 
- 
- 
Method Detail
- 
makeGlobal
void makeGlobal(String[] parameters) throws ServerException
Shares a list of configuration parameters- Parameters:
 parameters- the parameters to make global- Throws:
 ServerException- an error happened in the server application
 
- 
makeLocal
void makeLocal(String[] parameters) throws ServerException
Unshares a list of configuration parameters- Parameters:
 parameters- the parameters to make local- Throws:
 ServerException- an error happened in the server application
 
 - 
 
 -