Deprecated API


Contents
Deprecated Classes
org.jboss.cache.interceptors.Interceptor
          this will be removed in a 3.x release. Please use CommandInterceptor instead, since it provides strongly typed callbacks which are more efficient. 
org.jboss.cache.loader.JDBCCacheLoaderOld
          please use the JDBCCacheLoader. 
org.jboss.cache.loader.JDBCCacheLoaderOldConfig
          please use JDBCCacheLoaderConfig 
org.jboss.cache.marshall.MethodCall
          - in favour of ReplicableCommand instances. Will be removed in 3.X. 
 

Deprecated Methods
org.jboss.cache.jmx.LegacyConfiguration.getCacheLoaderConfiguration()
          use LegacyConfiguration.getCacheLoaderConfig() 
org.jboss.cache.InvocationContext.getCommand()
           
org.jboss.cache.jmx.LegacyConfiguration.getInitialStateRetrievalTimeout()
          use LegacyConfiguration.getStateRetrievalTimeout() 
org.jboss.cache.jmx.CacheJmxWrapper.getInitialStateRetrievalTimeout()
           
org.jboss.cache.factories.InterceptorChainFactory.getInstance()
           
org.jboss.cache.DefaultCacheFactory.getInstance()
           
org.jboss.cache.InvocationContext.getMethodCall()
           
org.jboss.cache.jmx.LegacyConfiguration.getUseInterceptorMbeans()
          use LegacyConfiguration.getExposeManagementStatistics() 
org.jboss.cache.jmx.CacheJmxWrapper.getUseRegionBasedMarshalling()
           
org.jboss.cache.config.Configuration.isUseRegionBasedMarshalling()
           
org.jboss.cache.NodeSPI.print(StringBuffer, int)
           
org.jboss.cache.jmx.LegacyConfiguration.setCacheLoaderConfiguration(Element)
          use LegacyConfiguration.setCacheLoaderConfig(org.w3c.dom.Element) 
org.jboss.cache.InvocationContext.setCommand(VisitableCommand)
           
org.jboss.cache.jmx.LegacyConfiguration.setInitialStateRetrievalTimeout(long)
          use LegacyConfiguration.setStateRetrievalTimeout(long) 
org.jboss.cache.jmx.CacheJmxWrapper.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.InvocationContext.setMethodCall(MethodCall)
          not used anymore. Interceptors will get a ReplicableCommand instance passed in along with an InvocationContext. 
org.jboss.cache.jmx.LegacyConfiguration.setUseInterceptorMbeans(boolean)
          use LegacyConfiguration.setExposeManagementStatistics(boolean) 
org.jboss.cache.config.Configuration.setUseRegionBasedMarshalling(boolean)
           
 

Deprecated Constructors
org.jboss.cache.Fqn()
          use Fqn.ROOT instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(E...)
          use Fqn.fromElements(Object[]) instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(Fqn, E...)
          use Fqn.fromRelativeElements(Fqn, Object[]) instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(Fqn, Fqn)
          use Fqn.fromRelativeFqn(Fqn, Fqn) instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(Fqn, List)
          use Fqn.fromRelativeList(Fqn, java.util.List) instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(List)
          use Fqn.fromList(java.util.List) instead. This constructor will be removed in 3.0.0. 
org.jboss.cache.Fqn(List, boolean)
          use Fqn.fromList(java.util.List) instead. The boolean "safety" hint is calculated internally. This constructor will be removed in 3.0.0. 
 



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