public class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
loadJGroupsConfig(ConfigurationManager cfm,
org.infinispan.configuration.global.GlobalConfiguration config,
org.infinispan.configuration.global.GlobalConfigurationBuilder configBuilder)
Load the JGroups configuration file thanks to the
ConfigurationManager |
public static boolean loadJGroupsConfig(ConfigurationManager cfm, org.infinispan.configuration.global.GlobalConfiguration config, org.infinispan.configuration.global.GlobalConfigurationBuilder configBuilder) throws ExoCacheInitException
ConfigurationManagerconfig - the global configuration from which the JGroups config will be extractedconfigBuilder - the related configuration buildertrue if the JGoups config could be loaded successfully,
false if there were no JGroups config to loadIllegalStateException - if the JGroups config could not be loadedExoCacheInitExceptionCopyright © 2016 eXo Platform SAS. All Rights Reserved.