Interface ClusterService
- All Superinterfaces:
 com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("cluster")
public interface ClusterService
extends com.google.gwt.user.client.rpc.RemoteService
The 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 - 
Method Summary
 
- 
Method Details
- 
makeGlobal
Shares a list of configuration parameters- Parameters:
 parameters- the parameters to make global- Throws:
 ServerException- an error happened in the server application
 - 
makeLocal
Unshares a list of configuration parameters- Parameters:
 parameters- the parameters to make local- Throws:
 ServerException- an error happened in the server application
 
 -