org.kuali.student.common.test.spring
Class IdToObjectEhcacheAdvice

java.lang.Object
  extended by org.kuali.student.common.test.spring.IdToObjectEhcacheAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice

Deprecated.

@Deprecated
public class IdToObjectEhcacheAdvice
extends Object
implements org.aopalliance.aop.Advice


Constructor Summary
IdToObjectEhcacheAdvice()
          Deprecated.  
IdToObjectEhcacheAdvice(String cacheName)
          Deprecated.  
 
Method Summary
 String getCacheName()
          Deprecated.  
 Object getFromCache(org.aspectj.lang.ProceedingJoinPoint pjp)
          Deprecated.  
 Object invalidateCache(org.aspectj.lang.ProceedingJoinPoint pjp)
          Deprecated.  
 void setCacheName(String cacheName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdToObjectEhcacheAdvice

public IdToObjectEhcacheAdvice()
Deprecated. 

IdToObjectEhcacheAdvice

public IdToObjectEhcacheAdvice(String cacheName)
Deprecated. 
Parameters:
cacheName -
Method Detail

invalidateCache

public Object invalidateCache(org.aspectj.lang.ProceedingJoinPoint pjp)
                       throws Throwable
Deprecated. 
Throws:
Throwable

getFromCache

public Object getFromCache(org.aspectj.lang.ProceedingJoinPoint pjp)
                    throws Throwable
Deprecated. 
Throws:
Throwable

getCacheName

public String getCacheName()
Deprecated. 
Returns:
the cacheName

setCacheName

public void setCacheName(String cacheName)
Deprecated. 
Parameters:
cacheName - the cacheName to set


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.