eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-Alpha3

org.exoplatform.services.ispn
Class Utils

java.lang.Object
  extended by org.exoplatform.services.ispn.Utils

public class Utils
extends Object

Version:
$Id$
Author:
Nicolas Filotto

Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadJGroupsConfig

public static boolean loadJGroupsConfig(ConfigurationManager cfm,
                                        org.infinispan.configuration.global.GlobalConfiguration config,
                                        org.infinispan.configuration.global.GlobalConfigurationBuilder configBuilder)
                                 throws ExoCacheInitException
Load the JGroups configuration file thanks to the ConfigurationManager

Parameters:
config - the global configuration from which the JGroups config will be extracted
configBuilder - the related configuration builder
Returns:
true if the JGoups config could be loaded successfully, false if there were no JGroups config to load
Throws:
IllegalStateException - if the JGroups config could not be loaded
ExoCacheInitException

eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-Alpha3

Copyright © 2013 eXo Platform SAS. All Rights Reserved.