Alachisoft NCache 4.1 - Online Documentation

Enabling Bridge Conflict Resolver

 
Configuring Conflict Resolver in NCache Manager:
 
To enable Bridge Conflict Resolver, you need to implement BridgeConflictResolver and specify it in the cache properties. NCache Manager provides an interface for specifying it under the cache properties. For Bridge Conflict Resolver, follow these steps:
 
  1. From the start programs, launch NCache Manager.
  2. Open the project containing cache or cluster for which you want to configure the Bridge Conflict Resolver.
  3. From the explorer, select the cache or cluster. In the right pane, cluster/cache view will be opened.
  4. From the view, select the Conflict Resolver tab.
  5. Check the Enable Conflict Resolver check box.
  6. Click Browse button and browse the Assembly that contains the class implementing BridgeConflictResolver and then select class name from the list. The Assembly implementing BridgeConflictResolver must contain the reference of NCRuntime.jar.
  7. You can provide some additional parameters if required.
  8. Deploy the appropriate assemblies to the cache servers using the Deploy Conflict Resolver button on a same tab view.
 
 
Deployment:
 
For deployment details, kindly visit Deploying Conflict Resolver page.
 
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.