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 Object
implements org.aopalliance.intercept.MethodInterceptor

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

Author:
David Sean Taylor

Field Summary
private static long serialVersionUID
          Serialization version identifier
 
Constructor Summary
PageManagerInterceptor()
           
 
Method Summary
 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization version identifier

See Also:
Constant Field Values
Constructor Detail

PageManagerInterceptor

public PageManagerInterceptor()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws 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:
Throwable


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