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

Packages that use DelegatingCacheLoader
org.jboss.cache.loader   
 

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.