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 Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on 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
 GlobalConfiguration InfinispanConfiguration.parseGlobalConfiguration()
           
 

Methods in org.infinispan.config with parameters of type GlobalConfiguration
 void Configuration.setGlobalConfiguration(GlobalConfiguration gc)
           
 void ConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 void AbstractConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 

Uses of GlobalConfiguration in org.infinispan.config.parsing
 

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

This is typically used to configure a DefaultCacheManager

 

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
protected  MBeanServer AbstractJmxRegistration.getMBeanServer(GlobalConfiguration configuration)
           
 void CacheManagerJmxRegistration.init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
           
 void CacheJmxRegistration.initialize(AdvancedCache cache, GlobalConfiguration globalConfig)
           
protected  void AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components, GlobalConfiguration globalConfig)
           
 

Uses of GlobalConfiguration in org.infinispan.manager
 

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

Methods in org.infinispan.manager that return GlobalConfiguration
 GlobalConfiguration DefaultCacheManager.getGlobalConfiguration()
           
 GlobalConfiguration CacheManager.getGlobalConfiguration()
          Returns global configuration for this CacheManager
 

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
 

Fields in org.infinispan.remoting.transport.jgroups declared as GlobalConfiguration
protected  GlobalConfiguration JGroupsTransport.c
           
 

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)
           
 


Google Analytics

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