Class LRACDIExtension

  • All Implemented Interfaces:
    javax.enterprise.inject.spi.Extension

    public class LRACDIExtension
    extends java.lang.Object
    implements javax.enterprise.inject.spi.Extension
    This CDI extension collects all LRA participants that contain one or more non-JAX-RS participant methods. The collected classes are stored in LRAParticipantRegistry.
    • Constructor Summary

      Constructors 
      Constructor Description
      LRACDIExtension()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void observe​(javax.enterprise.inject.spi.AfterBeanDiscovery event, javax.enterprise.inject.spi.BeanManager beanManager)  
      • Methods inherited from class java.lang.Object

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

      • LRACDIExtension

        public LRACDIExtension()
    • Method Detail

      • observe

        public void observe​(@Observes
                            javax.enterprise.inject.spi.AfterBeanDiscovery event,
                            javax.enterprise.inject.spi.BeanManager beanManager)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException