org.infinispan.config
Class GlobalConfiguration.FactoryClassWithPropertiesType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
Direct Known Subclasses:
GlobalConfiguration.ExecutorFactoryType, GlobalConfiguration.ScheduledExecutorFactoryType
Enclosing class:
GlobalConfiguration

public abstract static class GlobalConfiguration.FactoryClassWithPropertiesType
extends AbstractConfigurationBean

See Also:
Serialized Form

Field Summary
protected  TypedProperties properties
           
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.FactoryClassWithPropertiesType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 Object addProperty(String key, String value)
           
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 GlobalConfiguration.FactoryClassWithPropertiesType clone()
           
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 TypedProperties getProperties()
          Deprecated. 
 FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
          Deprecated. This method allows configuration of the global, or cache manager level, jmx statistics.
protected  boolean hasComponentStarted()
          Deprecated. Tests whether the component this configuration bean intents to configure has already started.
 void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
          Deprecated.  
 TypedProperties properties()
           
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 void setProperties(TypedProperties properties)
          Deprecated. Visibility will be reduced. Instead use addProperty(String, String) or withProperties(java.util.Properties) instead
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 Object withProperties(Properties props)
           
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected TypedProperties properties
Constructor Detail

GlobalConfiguration.FactoryClassWithPropertiesType

public GlobalConfiguration.FactoryClassWithPropertiesType()
Method Detail

accept

public void accept(ConfigurationBeanVisitor v)

setProperties

@Deprecated
public void setProperties(TypedProperties properties)
Deprecated. Visibility will be reduced. Instead use addProperty(String, String) or withProperties(java.util.Properties) instead


addProperty

public Object addProperty(String key,
                          String value)

withProperties

public Object withProperties(Properties props)

getProperties

@Deprecated
public TypedProperties getProperties()
Deprecated. 


properties

public TypedProperties properties()

clone

public GlobalConfiguration.FactoryClassWithPropertiesType clone()
                                                         throws CloneNotSupportedException
Specified by:
clone in interface CloneableConfigurationComponent
Throws:
CloneNotSupportedException

inject

public void inject(GlobalComponentRegistry gcr,
                   GlobalConfiguration globalConfig)
Deprecated. 

hasComponentStarted

protected boolean hasComponentStarted()
Deprecated. 
Description copied from class: AbstractConfigurationBean
Tests whether the component this configuration bean intents to configure has already started.

Specified by:
hasComponentStarted in class AbstractConfigurationBean
Returns:
true if the component has started; false otherwise.

transport

public FluentGlobalConfiguration.TransportConfig transport()
Deprecated. 

globalJmxStatistics

public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
Deprecated. 
This method allows configuration of the global, or cache manager level, jmx statistics. When this method is called, it automatically enables global jmx statistics. So, if you want it to be disabled, make sure you call FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()


serialization

public FluentGlobalConfiguration.SerializationConfig serialization()
Deprecated. 

asyncListenerExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
Deprecated. 

asyncTransportExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
Deprecated. 

evictionScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
Deprecated. 

replicationQueueScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
Deprecated. 

shutdown

public FluentGlobalConfiguration.ShutdownConfig shutdown()
Deprecated. 

build

public GlobalConfiguration build()
Deprecated. 

-->

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