Hi all,
Is it possible to create interceptors for EJB components ?
For example, I have a class called Bank with a method withdraw(), and I
want to trigger an event (using JMS) each time the method is called. The
interceptor should trigger the event and the Bank code remains intact.
With CORBA you can create interceptors without problem.
In RMI you can modify stubs and mimic this interceptor concept (see
Javaworld thismonth).
Is it possible with the EJB model ?
I imagine that this must be supported by some App container but must be
vendor-specific and non-standard.
Any idea ?
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".