Uses of Class
org.jboss.cache.loader.DelegatingCacheLoader

Packages that use DelegatingCacheLoader
org.jboss.cache.loader   
org.jboss.cache.loader.tcp   
 

Uses of DelegatingCacheLoader in org.jboss.cache.loader
 

Subclasses of DelegatingCacheLoader in org.jboss.cache.loader
 class LocalDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a local (in the same VM) TreeCache.
 class RmiDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using the Java RMI mechanism.
 class RpcDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using JGroups' RPC mechanism.
 

Uses of DelegatingCacheLoader in org.jboss.cache.loader.tcp
 

Subclasses of DelegatingCacheLoader in org.jboss.cache.loader.tcp
 class TcpDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using TCP/IP for communication.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.