| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractFilteringAutoProxyCreator.GetAdvicesAndAdvisorsForObject Method
Override to always return PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS.
[Visual Basic]
Protected Overrides Sub GetAdvicesAndAdvisorsForObject( _
ByVal
targetType As
Type, _
ByVal
targetName As
String, _
ByVal
customTargetSource As
ITargetSource _
)
Parameters
-
targetType
- ingored
-
targetName
- ignored
-
customTargetSource
- ignored
Return Value
Always PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS to indicate, that the object shall be proxied.
Remarks
Whether an object shall be proxied or not is determined by the result of IsEligibleForProxying.
See Also
AbstractFilteringAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace | PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS