|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
public abstract class AbstractCacheInterceptor
AbstractCacheInterceptor
Field Summary | |
---|---|
protected org.apache.jetspeed.cache.general.GeneralCache |
cache
|
protected String |
uniquePrefix
|
Constructor Summary | |
---|---|
AbstractCacheInterceptor(org.apache.jetspeed.cache.general.GeneralCache cache)
|
|
AbstractCacheInterceptor(org.apache.jetspeed.cache.general.GeneralCache cache,
String uniquePrefix)
|
Method Summary | |
---|---|
static String |
buildKey(String uniquePrefix,
String arg0)
buildKey |
protected abstract Object |
doCacheOperation(org.aopalliance.intercept.MethodInvocation mi,
String uniqueKey)
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation mi)
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.jetspeed.cache.general.GeneralCache cache
protected String uniquePrefix
Constructor Detail |
---|
public AbstractCacheInterceptor(org.apache.jetspeed.cache.general.GeneralCache cache, String uniquePrefix)
public AbstractCacheInterceptor(org.apache.jetspeed.cache.general.GeneralCache cache)
cache
- Method Detail |
---|
public static final String buildKey(String uniquePrefix, String arg0)
buildKey
clazz
- method
- arg0
-
public Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws Throwable
invoke
invoke
in interface org.aopalliance.intercept.MethodInterceptor
mi
-
Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
protected abstract Object doCacheOperation(org.aopalliance.intercept.MethodInvocation mi, String uniqueKey) throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |