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)
          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.config.Configuration.getInitialStateRetrievalTimeout()
           
org.jboss.cache.jmx.CacheJmxWrapper.getInitialStateRetrievalTimeout()
           
org.jboss.cache.jmx.LegacyConfiguration.getInitialStateRetrievalTimeout()
          use LegacyConfiguration.getStateRetrievalTimeout() 
org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper.getInitialStateRetrievalTimeout()
           
org.jboss.cache.jmx.LegacyConfiguration.getUseInterceptorMbeans()
          use LegacyConfiguration.getExposeManagementStatistics() 
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.config.Configuration.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.jmx.CacheJmxWrapper.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.jmx.LegacyConfiguration.setInitialStateRetrievalTimeout(long)
          use LegacyConfiguration.setStateRetrievalTimeout(long) 
org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper.setInitialStateRetrievalTimeout(long)
           
org.jboss.cache.jmx.LegacyConfiguration.setUseInterceptorMbeans(boolean)
          use LegacyConfiguration.setExposeManagementStatistics(boolean)