public interface AdviceService
Modifier and Type | Method and Description |
---|---|
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?
|
boolean isAdviced(Object object)
object
- the object to checkObject advice(Object object)
object
- the object to be advisedObject advice(String name, Object object)
name
- the name of the objectobject
- the object to be advisedObject advice(String[] interceptorList, Object object)
object
- the object to be advisedinterceptorList
- the list of service namesCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.