|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdviceService
Simple service providing interceptor advices for ordinary POJOs. Since the implementation uses Dynamic Proxies only methods invoked by an interface can be advised.
Method Summary | |
---|---|
Object |
advice(Object object)
Advice the object with a the list of default AvalonInterceptorServices. |
Object |
advice(String[] interceptorList,
Object object)
Advice the object with a list of AvalonInterceptorServices. |
Object |
advice(String name,
Object object)
Advice the object with a the list of default AvalonInterceptorServices. |
Object |
advice(String name,
String[] interceptorList,
Object object)
Advice the object with a list of AvalonInterceptorServices. |
boolean |
isAdviced(Object object)
Is the given object already adviced? |
Method Detail |
---|
boolean isAdviced(Object object)
object
- the object to check
Object advice(Object object)
object
- the object to be advised
Object advice(String name, Object object)
name
- the name of the objectobject
- the object to be advised
Object advice(String[] interceptorList, Object object)
object
- the object to be advisedinterceptorList
- the list of service names
Object advice(String name, String[] interceptorList, Object object)
name
- the associated name of the objectobject
- the object to be advisedinterceptorList
- the list of service names
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |