Interface EjbContainerInterceptor


  • @Contract
    public interface EjbContainerInterceptor
    Contract interface for registering EjbContainerInterceptor to the Ejb Container. It can be inherited by anyone who want to extend the Ejb Container.
    Author:
    Jeremy_Lv
    • Method Detail

      • preInvoke

        void preInvoke​(EjbDescriptor ejbDesc)
        User can set some useful informations before invoking the EJB application
        Parameters:
        ejbDesc -
      • postInvoke

        void postInvoke​(EjbDescriptor ejbDesc)
        User can set some useful informations after invoking the EJB application
        Parameters:
        ejbDesc -