Package ome.security.basic
Class NullEventHandler
- java.lang.Object
-
- ome.security.basic.NullEventHandler
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
public class NullEventHandler extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
Provides only the bare minimum of functionality to allow methods to succeed.- Since:
- Beta-4.2
-
-
Constructor Summary
Constructors Constructor Description NullEventHandler(SecuritySystem secSys, SessionFactory sf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(org.aopalliance.intercept.MethodInvocation arg0)
-
-
-
Constructor Detail
-
NullEventHandler
public NullEventHandler(SecuritySystem secSys, SessionFactory sf)
-
-