Deprecated API


Contents
Deprecated Classes
org.jboss.cache.loader.JDBCCacheLoaderOld
          please use the JDBCCacheLoader. 
org.jboss.cache.loader.JDBCCacheLoaderOldConfig
          please use JDBCCacheLoaderConfig 
 

Deprecated Methods
org.jboss.cache.CacheImpl.callRemoteMethods(List
, MethodCall, boolean, boolean, long)
          Note this is due to be moved to an interceptor. 
org.jboss.cache.CacheImpl.callRemoteMethods(List
, MethodCall, int, boolean, long)
           
org.jboss.cache.CacheImpl.callRemoteMethods(List
, MethodCall, int, boolean, long, RspFilter)
          Note this is due to be moved to an interceptor. 
org.jboss.cache.CacheImpl.callRemoteMethods(List
, Method, Object[], boolean, boolean, long)
          Note this is due to be moved to an interceptor. 
org.jboss.cache.CacheImpl.callRemoteMethods(Vector
, String, Class[], Object[], boolean, boolean, long)
          Note this is due to be moved to an interceptor. 
org.jboss.cache.jmx.LegacyConfiguration.getCacheLoaderConfiguration()
          use LegacyConfiguration.getCacheLoaderConfig() 
org.jboss.cache.jmx.CacheJmxWrapper.getInitialStateRetrievalTimeout()
           
org.jboss.cache.jmx.LegacyConfiguration.getInitialStateRetrievalTimeout()
          use LegacyConfiguration.getStateRetrievalTimeout() 
org.jboss.cache.config.Configuration.getInitialStateRetrievalTimeout()
           
org.jboss.cache.jmx.LegacyConfiguration.getUseInterceptorMbeans()
          use LegacyConfiguration.getExposeManagementStatistics() 
org.jboss.cache.interceptors.InvalidationInterceptor.invalidateAcrossCluster(Fqn, TransactionWorkspace, InvocationContext)
          use {@link #invalidateAcrossCluster(Fqn,TransactionWorkspace,boolean,InvocationContext) 
org.jboss.cache.interceptors.InvalidationInterceptor.invalidateModifications(List, TransactionWorkspace, InvocationContext)
          use InvalidationInterceptor.invalidateAcrossCluster(org.jboss.cache.Fqn,org.jboss.cache.optimistic.TransactionWorkspace,boolean,InvocationContext) 
org.jboss.cache.CacheImpl.setCacheLoader(CacheLoader)
          only provided for backward compat 
org.jboss.cache.jmx.LegacyConfiguration.setCacheLoaderConfiguration(Element)
          use LegacyConfiguration.setCacheLoaderConfig(org.w3c.dom.Element) 
org.jboss.cache.jmx.CacheJmxWrapper.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.jmx.LegacyConfiguration.setInitialStateRetrievalTimeout(long)
          use LegacyConfiguration.setStateRetrievalTimeout(long) 
org.jboss.cache.config.Configuration.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.jmx.LegacyConfiguration.setUseInterceptorMbeans(boolean)
          use LegacyConfiguration.setExposeManagementStatistics(boolean) 
 



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