org.apache.jetspeed.util.interceptors
Class PageManagerInterceptor

java.lang.Object
  extended by org.apache.jetspeed.util.interceptors.PageManagerInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class PageManagerInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

Aspect that will attempt to rollback cache entries upon Page Manager failures

Author:
David Sean Taylor

Constructor Summary
PageManagerInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
          Encloses super.invoke() in a try/catch block, where the catch block contains additional retry logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageManagerInterceptor

public PageManagerInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Encloses super.invoke() in a try/catch block, where the catch block contains additional retry logic.

Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.