Class EjbInterceptor

    • Constructor Detail

      • EjbInterceptor

        public EjbInterceptor()
    • Method Detail

      • setEjbBundleDescriptor

        public void setEjbBundleDescriptor​(EjbBundleDescriptor bundleDescriptor)
      • isCDIInterceptor

        public boolean isCDIInterceptor()
      • setCDIInterceptor

        public void setCDIInterceptor​(boolean flag)
      • getInterceptor

        public jakarta.enterprise.inject.spi.Interceptor getInterceptor()
        Returns:
        The interceptor. May be null when CDI is not enabled.
      • setInterceptor

        public void setInterceptor​(jakarta.enterprise.inject.spi.Interceptor interceptor)
      • toString

        public String toString()
        Overrides:
        toString in class InterceptorDescriptor
        Returns:
        a meaningfull string about ourself No Descriptor class which inherits this class should override this method. Rather print() method which is defined in this class should be overridden to describe itself. Refer to the comments on print() method for more details. This method is optimized for persformance reasons.