Uses of Interface
org.apache.jcs.utils.access.JCSWorkerHelper

Packages that use JCSWorkerHelper
org.apache.jcs.utils.access   
 

Uses of JCSWorkerHelper in org.apache.jcs.utils.access
 

Classes in org.apache.jcs.utils.access that implement JCSWorkerHelper
 class AbstractJCSWorkerHelper
          This is an abstract template for JCSWorkerHelper implementations.
 

Methods in org.apache.jcs.utils.access with parameters of type JCSWorkerHelper
 java.lang.Object JCSWorker.getResult(java.io.Serializable aKey, JCSWorkerHelper aWorker)
          Gets the cached result for this region/key OR does the work and caches the result, returning the result.
 java.lang.Object JCSWorker.getResult(java.io.Serializable aKey, java.lang.String aGroup, JCSWorkerHelper aWorker)
          Gets the cached result for this region/key OR does the work and caches the result, returning the result.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.