Uses of Class
org.infinispan.config.GlobalConfiguration

Packages that use GlobalConfiguration
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.manager Cache manager package 
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
 

Uses of GlobalConfiguration in org.infinispan.config
 

Methods in org.infinispan.config that return GlobalConfiguration
 GlobalConfiguration GlobalConfiguration.clone()
           
static GlobalConfiguration GlobalConfiguration.getClusteredDefault()
          Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
 GlobalConfiguration Configuration.getGlobalConfiguration()
           
static GlobalConfiguration GlobalConfiguration.getNonClusteredDefault()
          Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
 

Uses of GlobalConfiguration in org.infinispan.config.parsing
 

Methods in org.infinispan.config.parsing that return GlobalConfiguration
 GlobalConfiguration XmlConfigurationParserImpl.parseGlobalConfiguration()
           
 GlobalConfiguration XmlConfigurationParser.parseGlobalConfiguration()
          GlobalConfiguration would also have a reference to the template default configuration, accessible via getDefaultConfiguration()

This is typically used to configure a DefaultCacheManager

 

Methods in org.infinispan.config.parsing with parameters of type GlobalConfiguration
 void XmlConfigurationParserImpl.configureGlobalJmxStatistics(Element e, GlobalConfiguration c)
           
 

Uses of GlobalConfiguration in org.infinispan.factories
 

Fields in org.infinispan.factories declared as GlobalConfiguration
protected  GlobalConfiguration AbstractComponentFactory.globalConfiguration
           
 

Constructors in org.infinispan.factories with parameters of type GlobalConfiguration
GlobalComponentRegistry(GlobalConfiguration configuration, CacheManager cacheManager)
          Creates an instance of the component registry.
 

Uses of GlobalConfiguration in org.infinispan.jmx
 

Methods in org.infinispan.jmx with parameters of type GlobalConfiguration
 void CacheManagerJmxRegistration.init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
           
 

Uses of GlobalConfiguration in org.infinispan.manager
 

Fields in org.infinispan.manager declared as GlobalConfiguration
protected  GlobalConfiguration DefaultCacheManager.globalConfiguration
           
 

Constructors in org.infinispan.manager with parameters of type GlobalConfiguration
DefaultCacheManager(GlobalConfiguration globalConfiguration)
          Constructs and starts a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
DefaultCacheManager(GlobalConfiguration globalConfiguration, boolean start)
          Constructs a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
DefaultCacheManager(GlobalConfiguration globalConfiguration, Configuration defaultConfiguration)
          Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in.
DefaultCacheManager(GlobalConfiguration globalConfiguration, Configuration defaultConfiguration, boolean start)
          Constructs a new instance of the CacheManager, using the global and default configurations passed in.
 

Uses of GlobalConfiguration in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type GlobalConfiguration
 void Transport.initialize(GlobalConfiguration c, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Uses of GlobalConfiguration in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type GlobalConfiguration
 void JGroupsTransport.initialize(GlobalConfiguration c, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.