|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
public abstract class AbstractCacheInterceptor
AbstractCacheInterceptor
Field Summary | |
---|---|
protected GeneralCache |
cache
|
protected java.lang.String |
uniquePrefix
|
Constructor Summary | |
---|---|
AbstractCacheInterceptor(GeneralCache cache)
|
|
AbstractCacheInterceptor(GeneralCache cache,
java.lang.String uniquePrefix)
|
Method Summary | |
---|---|
static java.lang.String |
buildKey(java.lang.String uniquePrefix,
java.lang.String arg0)
buildKey |
protected abstract java.lang.Object |
doCacheOperation(org.aopalliance.intercept.MethodInvocation mi,
java.lang.String uniqueKey)
|
java.lang.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 GeneralCache cache
protected java.lang.String uniquePrefix
Constructor Detail |
---|
public AbstractCacheInterceptor(GeneralCache cache, java.lang.String uniquePrefix)
public AbstractCacheInterceptor(GeneralCache cache)
cache
- Method Detail |
---|
public static final java.lang.String buildKey(java.lang.String uniquePrefix, java.lang.String arg0)
buildKey
clazz
- method
- arg0
-
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws java.lang.Throwable
invoke
invoke
in interface org.aopalliance.intercept.MethodInterceptor
mi
-
java.lang.Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
protected abstract java.lang.Object doCacheOperation(org.aopalliance.intercept.MethodInvocation mi, java.lang.String uniqueKey) throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |