1 Answer

0 votes
by

EJB 3.0 provides specification to intercept business methods calls using methods annotated with @AroundInvoke annotation. An interceptor method is called by ejbContainer before business method call it is intercepting.

Related questions

0 votes
    What is method level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is default interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is class level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which annoatation is used to inject SessionContext into an ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which annoatation is used to inject singleton services like timer service into an ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which annoatation is used to inject an datasource into an ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which annoatation is used to inject an ejb into another ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    How EJB Container handles exceptions?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is System level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Application level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is JNDI? Explain its terms in terms of EJB....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Container Managed Transactions in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What ACID stands for in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
...