org.infinispan.config
Class GlobalConfiguration.ScheduledExecutorFactoryType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
          extended by org.infinispan.config.GlobalConfiguration.ScheduledExecutorFactoryType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>, JAXBUnmarshallable
Enclosing class:
GlobalConfiguration

Deprecated.

@Deprecated
public static class GlobalConfiguration.ScheduledExecutorFactoryType
extends GlobalConfiguration.FactoryClassWithPropertiesType
implements FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>

See Also:
Configuration reference, Serialized Form

Field Summary
protected  String factory
          Deprecated.  
 
Fields inherited from class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
properties
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.ScheduledExecutorFactoryType()
          Deprecated.  
GlobalConfiguration.ScheduledExecutorFactoryType(String factory)
          Deprecated.  
 
Method Summary
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> addProperty(String key, String value)
          Deprecated. Add key/value property pair to this executor factory configuration
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 GlobalConfiguration.ScheduledExecutorFactoryType clone()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 String factory()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> factory(Class<? extends ScheduledExecutorFactory> clazz)
          Deprecated. Specify factory class for executor
 String getFactory()
          Deprecated. 
 FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
          Deprecated. This method allows configuration of the global, or cache manager level, jmx statistics.
 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.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 void setFactory(String factory)
          Deprecated.  
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> withProperties(Properties props)
          Deprecated. Set key/value properties to this executor factory configuration
 
Methods inherited from class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
accept, getProperties, properties, setProperties
 
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

factory

protected String factory
Deprecated. 
Constructor Detail

GlobalConfiguration.ScheduledExecutorFactoryType

public GlobalConfiguration.ScheduledExecutorFactoryType(String factory)
Deprecated. 

GlobalConfiguration.ScheduledExecutorFactoryType

public GlobalConfiguration.ScheduledExecutorFactoryType()
Deprecated. 
Method Detail

getFactory

@Deprecated
public String getFactory()
Deprecated. 


factory

public String factory()
Deprecated. 

setFactory

public void setFactory(String factory)
Deprecated. 

factory

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated. 
Description copied from interface: FluentGlobalConfiguration.ExecutorFactoryConfig
Specify factory class for executor

Specified by:
factory in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
Parameters:
clazz - clazz
Returns:
this ExecutorFactoryConfig

clone

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

addProperty

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> addProperty(String key,
                                                                                             String value)
Deprecated. 
Description copied from interface: FluentGlobalConfiguration.ExecutorFactoryConfig
Add key/value property pair to this executor factory configuration

Specified by:
addProperty in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
Overrides:
addProperty in class GlobalConfiguration.FactoryClassWithPropertiesType
Parameters:
key - property key
value - property value
Returns:
previous value if exists, null otherwise

withProperties

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> withProperties(Properties props)
Deprecated. 
Description copied from interface: FluentGlobalConfiguration.ExecutorFactoryConfig
Set key/value properties to this executor factory configuration

Specified by:
withProperties in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
Overrides:
withProperties in class GlobalConfiguration.FactoryClassWithPropertiesType
Parameters:
props - Properties
Returns:
this ExecutorFactoryConfig

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. 

asyncTransportExecutor

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

asyncListenerExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
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. 

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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.