posted 18 years ago
@mishra
Interceptors can have basically three access levels.
1. Application ie with ejb-jar file
This are called default interceptors. The affect all
classes with their methods. Can only be specify in DD.
But Classes and method can be configured to ignore it.
2. The next is Class interceptor, yap, once declared
it is applicable to all the class methods, again except
it is ignored using dependency injector or DD.
3. Method level, apply to the method in which it is applied.
Also not the the transition is addictive, ie if interceptors are applied
to the application(default), ame for all class methods.
Check the spec for more details.
Hope it helps.
SCJA(Beta) SCJP 1.4 SCWCD 1.4 SCBCD 1.3 SCBCD 5.0 beta <br />The more practice we get, the better we are at the exams and in life in general. Pls join me at My DEN.