Package ome.tools.hibernate
Class ProxyCleanupFilter.Interceptor
- java.lang.Object
-
- ome.tools.hibernate.ProxyCleanupFilter.Interceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
- Enclosing class:
- ProxyCleanupFilter
public static class ProxyCleanupFilter.Interceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
wraps a filter for each invocation
-
-
Constructor Summary
Constructors Constructor Description Interceptor(ACLVoter acl, SessionHandler sessions, CurrentDetails current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(org.aopalliance.intercept.MethodInvocation arg0)
-
-
-
Constructor Detail
-
Interceptor
public Interceptor(ACLVoter acl, SessionHandler sessions, CurrentDetails current)
-
-