Class AopContextInitializer

  • All Implemented Interfaces:
    org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

    public final class AopContextInitializer
    extends ome.logic.HardWiredInterceptor
    • Constructor Summary

      Constructors 
      Constructor Description
      AopContextInitializer​(ome.system.ServiceFactory sf, ome.system.Principal p, java.util.concurrent.atomic.AtomicBoolean reusedSession)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(org.aopalliance.intercept.MethodInvocation mi)  
      • Methods inherited from class ome.logic.HardWiredInterceptor

        configure, getName, getPrincipal, getServiceFactory, hasPassword, initializeUserAttributes, parse, selfConfigure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AopContextInitializer

        public AopContextInitializer​(ome.system.ServiceFactory sf,
                                     ome.system.Principal p,
                                     java.util.concurrent.atomic.AtomicBoolean reusedSession)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(org.aopalliance.intercept.MethodInvocation mi)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable